程序包 net.dongliu.cute.http
The Http APIs
- 作者:
- Liu Dong
-
接口概要 接口 说明 AsyncHTTPResponseHandler<T> Consumer the response body, and when consumer finished, return the transformed value.NameValue Immutable name-value pair, the name and value cannot be null.ResponseHandler<T> Handle response in blocking way. -
类概要 类 说明 AsyncHTTPResponseContext Async Http Response.ContentType The HTTP Content Type header value.HeaderNames Well-known http header namesHTTPClient The http client.HTTPClientBuilder Builder to build Http Client.HTTPCookie HTTP cookie, following RFC6265.HTTPCookies Collection of CookieHTTPHeader Http headerHTTPHeaders The http headers.HTTPRequest Http requestHTTPRequestBuilder Http Request builderHTTPRequestContext For carrying http client for chained call.HTTPResponse<T> Http Response with body be transformedHTTPResponseContext Raw blocking http response.KeyStores MimeType HTTP mime type.Param Immutable parameter, for uri query string, and www-form-encoded parameters.Proxies Utils class for create ProxyProxySelectors For ProxySelectorStatusCodes Status code for http response -
枚举概要 枚举 说明 HTTPMethod Http method