学技术并发网始终建议同学们阅读原版官方文档,所以并发网每月都会组织大家翻译各种官方技术文档。10月份并发网组织大家翻译《HTTP Client官方指南》,欢迎有兴趣的同学参与。
如何领取
通过评论领取想要翻译的文章,每次领取一章或一节(根据内容长短),翻译完后再领取其他章节。领取完成之后,建议在一个星期内翻译完成,如果不能完成翻译,也欢迎你邀请其他同学和你一起完成翻译。
如何提交?
翻译完成之后请登录到并发网提交成待审核状态,会有专门的编辑校对后进行发布。校对完之后被评为A级会升级您为译者,并加入译者沟通群。如果在本站翻译超过十篇文章,将有礼品赠送,比如签名版的《Java并发编程的艺术》或者其他图书。
如果你喜欢使用markdown编写文章,可以将markdown生成后的HTML复制到网站上进行提交。
- 1.1. Request execution
- 1.2. HttpClient interface
- 1.3. HTTP execution context
- 1.4. HTTP protocol interceptors
- 1.5. Exception handling
- 1.6. Aborting requests
- 1.7. Redirect handling
- 2.1. Connection persistence
- 2.2. HTTP connection routing
- 2.3. HTTP connection managers
- 2.4. Multithreaded request execution
- 2.5. Connection eviction policy
- 2.6. Connection keep alive strategy
- 2.7. Connection socket factories
- 2.8. HttpClient proxy configuration
- 3.1. HTTP cookies
- 3.2. Cookie specifications
- 3.3. Choosing cookie policy
- 3.4. Custom cookie policy
- 3.5. Cookie persistence
- 3.6. HTTP state management and execution context
- 4.1. User credentials
- 4.2. Authentication schemes
- 4.3. Credentials provider
- 4.4. HTTP authentication and execution context
- 4.5. Caching of authentication data
- 4.6. Preemptive authentication
- 4.7. NTLM Authentication
- 4.8.
SPNEGO
/Kerberos Authentication
- 6.1. General Concepts
- 6.2. RFC-2616 Compliance
- 6.3. Example Usage
- 6.4. Configuration
- 6.5. Storage Backends
- 7.1. Custom client connections
- 7.2. Stateful HTTP connections
- 7.3. Using the FutureRequestExecutionService
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/114377.html