读超时
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.