DeleteApiDefinition
使用 HttpMethod.Delete 进行请求的 RestApiDefinition. body
默认为 null
。
Properties
Link copied to clipboard
此 API 请求时需要携带的 body。在 method 为 HttpMethod.Post、HttpMethod.Put 的时候可能有值。 可能会是 Ktor
的特殊类型,例如 OutgoingContent。
Link copied to clipboard
此 API 的请求方式。
Inherited properties
Link copied to clipboard
api 请求时需要携带的 headers。 默认为 Headers.Empty。
Link copied to clipboard
API 响应结果的反序列化器。