程序包 net.dongliu.cute.http
The Http APIs
- 作者:
- Liu Dong
-
接口概要 接口 说明 AsyncResponseHandler<T> Consumer the response body, and when consumer finished, return the transformed value.BodySubscriberProvider<T> Given a response info, provide a BodySubscriberNameValue Immutable name-value pair, the name and value cannot be null.ResponseHandler<B extends Closeable,T> Handle response in blocking way. -
类概要 类 说明 AsyncResponseContext Async Http Response.Client The http client.ClientBuilder Builder to build Http Client.ClientProperties ContentType The HTTP Content Type header value.Cookie HTTP cookie, following RFC6265.Cookies Collection of CookieHeader Http headerHeaderNames Well-known http header namesHeaders The http headers.KeyStores Utils for loading keystoreMimeType HTTP mime type.Param Immutable parameter, for uri query string, and www-form-encoded parameters.Proxies Utils class for create ProxyProxySelectors Utils for creating ProxySelectorRequest Http requestRequestBuilder Http Request builderRequestContext For carrying http client for chained call.Response<T> Http Response with body be transformedResponseContext Raw blocking http response.ResponseInfo Carry the http response info, mainly the http status code and headers.StatusCodes Status code for http response -
枚举概要 枚举 说明 Method Http method