Package

fr.hmil.roshttp

response

Permalink

package response

Visibility
  1. Public
  2. All

Type Members

  1. class HttpResponseHeader extends AnyRef

    Permalink

    Data contained by the header section of an HTTP response message

    Data contained by the header section of an HTTP response message

    Most of the time, SimpleHttpResponse and StreamHttpResponse are the classes you will want to use since they contain both header and body data. However, if a network error occurs and the response body cannot be retreived, this class is used to represent the header data received.

  2. class SimpleHttpResponse extends HttpResponse

    Permalink

    An HTTP response obtained via an fr.hmil.roshttp.HttpRequest

  3. class StreamHttpResponse extends HttpResponse

    Permalink

Value Members

  1. object SimpleHttpResponse extends HttpResponseFactory[SimpleHttpResponse]

    Permalink
  2. object StreamHttpResponse extends HttpResponseFactory[StreamHttpResponse]

    Permalink

Ungrouped