Package org.javalite.http

This package contains convenience classes for working with REST services.

See:
          Description

Class Summary
Delete Executes a DELETE request.
Get Executes a GET request.
Http This is a convenience class to allow creation of request objects on one line with some pre-defined values.
Post Executes a POST request.
Put Executes a PUT request.
Request<T extends Request> This class provides static convenience methods for simple HTTP requests.
 

Exception Summary
HttpException  
 

Package org.javalite.http Description

This package contains convenience classes for working with REST services. It is not an attempt to provide a full functionling library like Apache HttpClient, but rather a scaled down version of the easiest and simplest and most used functionality of HTTP at the finger tips. The rationale for writing it was:

This package is based on a class HttpURLConnection and does not depend on any other external library.



Copyright © 2015 JavaLite. All rights reserved.