Uses of Package
ratpack.core.http
-
Packages that use ratpack.core.http Package Description ratpack.core.form Support for handling uploaded forms, including file uploads.ratpack.core.handling The handling of application requests.ratpack.core.http The HTTP protocol.ratpack.core.http.client The HTTP client.ratpack.core.jackson Integration with the Jackson JSON marshalling library.ratpack.core.parse Parsing in Ratpack refers to deserializing a request body into a Java object of some type.ratpack.core.server Objects used to start a ratpack application.ratpack.gson Provides integration with Google Gson for JSON parsing and rendering.ratpack.test.handling Test fixtures for exercisingHandler
implementations without start a fullEmbeddedApp
. -
Classes in ratpack.core.http used by ratpack.core.form Class Description TypedData Data that potentially has a content type. -
Classes in ratpack.core.http used by ratpack.core.handling Class Description Request A request to be handled.Response A response to a request.SentResponse Represents a response that has been committed.TypedData Data that potentially has a content type. -
Classes in ratpack.core.http used by ratpack.core.http Class Description ClientErrorException Indicates that this exception represents a client error.Headers An immutable set of HTTP headers.HttpMethod The method of a HTTP request.HttpUrlBuilder Builds a HTTP URL, safely.MediaType A structured value for a Content-Type header value.MutableHeaders A set of HTTP headers that can be changed.Request A request to be handled.Response A response to a request.ResponseChunks Arenderable
object for streaming data with HTTP chunked transfer-encoding.Status A status line of a HTTP response.TypedData Data that potentially has a content type. -
Classes in ratpack.core.http used by ratpack.core.http.client Class Description Headers An immutable set of HTTP headers.HttpMethod The method of a HTTP request.MutableHeaders A set of HTTP headers that can be changed.Response A response to a request.Status A status line of a HTTP response.TypedData Data that potentially has a content type. -
Classes in ratpack.core.http used by ratpack.core.jackson Class Description ResponseChunks Arenderable
object for streaming data with HTTP chunked transfer-encoding. -
Classes in ratpack.core.http used by ratpack.core.parse Class Description TypedData Data that potentially has a content type. -
Classes in ratpack.core.http used by ratpack.core.server Class Description HttpUrlBuilder Builds a HTTP URL, safely. -
Classes in ratpack.core.http used by ratpack.gson Class Description ResponseChunks Arenderable
object for streaming data with HTTP chunked transfer-encoding. -
Classes in ratpack.core.http used by ratpack.test.handling Class Description Headers An immutable set of HTTP headers.Request A request to be handled.Status A status line of a HTTP response.