类的使用
cn.taketoday.http.client.support.HttpAccessor
使用HttpAccessor的程序包
程序包
说明
This package provides generic HTTP support classes,
to be used by higher-level classes like RestTemplate.
Core package of the client-side web support.
-
cn.taketoday.http.client.support中HttpAccessor的使用
修饰符和类型类说明classBase class forRestTemplateand other HTTP accessing gateway helpers, adding interceptor-related properties toHttpAccessor's common properties. -
cn.taketoday.web.client中HttpAccessor的使用
修饰符和类型类说明classSynchronous client to perform HTTP requests, exposing a simple, template method API over underlying HTTP client libraries such as the JDKHttpURLConnection, Apache HttpComponents, and others.