Apache HttpClient Tutorial
- Discuss Apache HttpClientHttp client is a transfer library. It resides on the client side, sends and receives Http messages. It provides up to date, feature-rich, and an efficient implementation which meets the recent Http standards.
- Apache HttpClient - Useful ResourcesThe following resources contain additional information on Apache HttpClient. Please use them to get more in-depth knowledge on this topic.
- Apache HttpClient - Multipart UploadUsing HttpClient, we can perform Multipart upload, i.e., we can upload larger objects in smaller parts. In this chapter, we demonstrate the multipart upload in HTTP client by uploading a simple text file.
- Apache HttpClient - Quick GuideThe Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. This is the foundation for data communication for the World Wide Web (i.e., Internet) since 1990. HTTP is a generic and stateless protocol which can be used for oth
- Apache HttpClient - Custom SSL ContextUsing Secure Socket Layer, you can establish a secured connection between the client and server. It helps to safeguard sensitive information such as credit card numbers, usernames, passwords, pins, etc.
- Apache HttpClient - Cookies ManagementCookies are text files stored on the client computer and they are kept for various information tracking purpose.
Page 1 / 5Next