Interface HttpRequest

All Superinterfaces:
HttpPreRequest

public interface HttpRequest extends HttpPreRequest
A basic http request abstraction. Http modules needs to implement this interface to integrate with the server package's rest handling. This interface exposes the request's content as well as methods to be used to generate a response.