Uses of Class
org.javalite.http.Request
Packages that use Request
-
Uses of Request in org.javalite.http
Classes in org.javalite.http with type parameters of type RequestModifier and TypeClassDescriptionclassThis class provides static convenience methods for simple HTTP requests.Subclasses of Request in org.javalite.httpModifier and TypeClassDescriptionclassExecutes a DELETE request.classExecutes a GET request.classSets up a Multipart request to send multiple text fields as well as upload files.classExecutes a PATCH request.classExecutes a POST request.classExecutes a PUT request.