Package edu.rit.http


@ParametersAreNonnullByDefault package edu.rit.http
The HTTP package provides a lightweight HTTP/1.0 server. The HTTP server is designed to be embedded inside another application.
Since:
1.0
  • Class
    Description
    Class HttpRequest encapsulates an HTTP request received from a web browser.
    Class HttpResponse encapsulates an HTTP response returned to a web browser.
    Enumeration HttpResponse.Status enumerates the status codes for an HTTP response message.
    Class HttpServer provides a lightweight HTTP/1.0 server.