接口的使用
cn.taketoday.http.RequestEntity.HeadersBuilder
-
cn.taketoday.http中RequestEntity.HeadersBuilder的使用
修饰符和类型接口说明static interfaceRequestEntity.HeadersBuilder<B extends RequestEntity.HeadersBuilder<B>>Defines a builder that adds headers to the request entity.修饰符和类型接口说明static interfaceDefines a builder that adds a body to the response entity.修饰符和类型方法说明static RequestEntity.HeadersBuilder<?>Create an HTTP DELETE builder with the given string base uri template.static RequestEntity.HeadersBuilder<?>Create an HTTP DELETE builder with the given url.static RequestEntity.HeadersBuilder<?>Create an HTTP GET builder with the given string base uri template.static RequestEntity.HeadersBuilder<?>Create an HTTP GET builder with the given url.static RequestEntity.HeadersBuilder<?>Create an HTTP HEAD builder with the given string base uri template.static RequestEntity.HeadersBuilder<?>Create an HTTP HEAD builder with the given url.static RequestEntity.HeadersBuilder<?>Creates an HTTP OPTIONS builder with the given string base uri template.static RequestEntity.HeadersBuilder<?>Creates an HTTP OPTIONS builder with the given url.