程序包的使用
cn.taketoday.http.client.support
程序包
说明
This package provides generic HTTP support classes,
to be used by higher-level classes like RestTemplate.
Request context parameter resolvers
Core package of the client-side web support.
-
类说明Base class for
RestTemplateand other HTTP accessing gateway helpers, defining common properties such as theClientHttpRequestFactoryto operate on. -
类说明Provides a convenient implementation of the
HttpRequestinterface that can be overridden to adapt the request. -
类说明Base class for
RestTemplateand other HTTP accessing gateway helpers, defining common properties such as theClientHttpRequestFactoryto operate on.Base class forRestTemplateand other HTTP accessing gateway helpers, adding interceptor-related properties toHttpAccessor's common properties.