读超时
RestClient
的读超时功能通过底层的HttpClient
来实现,可以分别支持 Client 级别 及 Request 级别。默认读超时为6000L
。
RestClient
支持用户配置请求级别读超时、请求重试、请求重定向、100-expect-continue 等功能。RestClient
的读超时功能通过底层的HttpClient
来实现,可以分别支持 Client 级别 及 Request 级别。默认读超时为6000L
。
RestClient
的重试功能通过底层的HttpClient
来实现,可以分别支持 Client 级别 及 Request 级别。默认最大重试次数为3。
RestClient
的重定向功能通过底层的HttpClient
来实现,可以分别支持 Client 级别 及 Request 级别。默认最大重定向次数为5。
RestClient
的100-expect-continue
功能通过底层的HttpClient
来实现,可以分别支持 Client 级别 及 Request 级别。默认100-expect-continue
为false。
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.