Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos


What is this error trying to tell you?


, I thought of trying out things with one of my favorite Java library, Apache HttpClient. For those who are not familiar with what it does, here’s the information source, the HttpClient section of Jakarta Project Website



In short, it is a Java client library to play with HTTP programmatically. This page lists applications which make use of HttpClient.
  1. Check the documentation for configuration of HTTP proxy if your network requires use of proxies.<br>
  2. HttpClient gives a full implementation of the following  HTTP methods
    • GET

    • POST

    • PUT

    • DELETE

    • HEAD

    • OPTIONS

    • TRACE


  1. Check the Features section of the Jakarta Http Client website to see what all you can do!!
</p>
2 Comments