程序包的使用
cn.taketoday.http.client
使用cn.taketoday.http.client的程序包
程序包
说明
Contains an abstraction over client-side HTTP.
This package provides generic HTTP support classes,
to be used by higher-level classes like RestTemplate.
Core package of the client-side web support.
Web client config.
Classes supporting the
cn.taketoday.web.client package.Provides a foundation for both the reactive client and server subpackages.
Support for creating a client proxy for an HTTP service annotated with
HttpExchange methods.-
类说明Base implementation of
ClientHttpRequestthat buffers output in a byte array before sending it over the wire.Abstract base forClientHttpRequestthat makes sure that headers and body are not written multiple times.Abstract base forClientHttpRequestthat also implementStreamingHttpOutputMessage.Represents a client-side HTTP request.Represents the context of a client-side HTTP request execution.Factory forClientHttpRequestobjects.Abstract base class forClientHttpRequestFactoryimplementations that decorate another request factory.Intercepts client-side HTTP requests.Represents a client-side HTTP response.ClientHttpResponse DecoratorBuilder that allows for further customization of part headers.Specialization ofHttpEntityfor use with aPublisher-based body, for which we also need to keep track of the element type.Maps bytes written to inOutputStreamPublisher.OutputStreamHandler.handle(OutputStream)to published items.Defines the contract for handling theOutputStreamprovided by theOutputStreamPublisher. -
类说明Represents a client-side HTTP request.Represents the context of a client-side HTTP request execution.Factory for
ClientHttpRequestobjects.Callback interface for initializing aClientHttpRequestprior to it being used.Intercepts client-side HTTP requests.Represents a client-side HTTP response. -
类说明Represents a client-side HTTP request.Factory for
ClientHttpRequestobjects.Callback interface for initializing aClientHttpRequestprior to it being used.Intercepts client-side HTTP requests.Represents a client-side HTTP response.ClientHttpResponse Decorator -
类说明Represents a client-side HTTP request.Factory for
ClientHttpRequestobjects.Callback interface for initializing aClientHttpRequestprior to it being used.Intercepts client-side HTTP requests.ClientHttpRequestFactoryimplementation that uses Apache HttpComponents HttpClient to create requests.ClientHttpRequestFactoryimplementation based on the JavaHttpClient.ClientHttpRequestFactoryimplementation based on Jetty'sHttpClient.ClientHttpRequestFactoryimplementation that uses standard JDK facilities. -
-
类说明Prepare the body of a multipart request, resulting in a
MultiValueMap<String, HttpEntity>. -
类说明Prepare the body of a multipart request, resulting in a
MultiValueMap<String, HttpEntity>.