Package com.codename1.io.rest
package com.codename1.io.rest
Simplified REST API
A builder pattern based API to make REST requests with a terse API. These mask the parsing, networking and error handling behind one simplified call.
-
ClassDescriptionA generic error callback interface for an error code returned from the serverThis class is used to build, invoke the http request and to get the http responseResponse<T>The http Response classThis class is used to create the Http RequestBuilder(get/post/head/options/delete/put)