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.

  • Class
    Description
    A generic error callback interface for an error code returned from the server
    This class is used to build, invoke the http request and to get the http response
    The http Response class
    This class is used to create the Http RequestBuilder(get/post/head/options/delete/put)