- Apache HttpClient Tutorial
- Home
- Overview
- Environment Setup
- Http Get Request
- Http Post Request
- Response Handlers
- Closing Connection
- Aborting a Request
- Interceptors
- User Authentication
- Using Proxy
- Proxy Authentication
- Form-Based Login
- Cookies Management
- Multiple Threads
- Custom SSL Context
- Multipart Upload
- Apache HttpClient Resources
- Quick Guide
- Useful Resources
- Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Apache HttpClient Tutorial
Http 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.
Audience
This tutorial has been prepared for the beginners to help them understand the concepts of Apache HttpClient library.
Prerequisites
Before you start practicing various types of examples given in this reference, we assume that you already have knowledge in Java programming. And, having knowledge of Http protocol concepts helps in understanding this tutorial better.
Advertisements