| Interface | Description |
|---|---|
| CurrentStateStore |
| Class | Description |
|---|---|
| H |
The namespace to access Http features.
|
| H.Cookie |
The HTTP cookie
|
| H.Flash |
A Flash represent a storage scope that attributes inside is valid only for one session interaction.
|
| H.Format |
Specify the format of the requested content type
|
| H.Format.Ordinal | |
| H.Header | |
| H.Header.Names | |
| H.KV<T extends H.KV> | |
| H.Request<T extends H.Request> |
Defines the HTTP request trait
|
| H.Response<T extends H.Response> |
Defines the HTTP response trait
|
| H.Session |
Defines a data structure to encapsulate a stateless session which accept only
String type value, and will be persisted at client side as a cookie. |
| H.Status | |
| Http |
Namespace to access HTTP features
|
| HttpConfig |
| Enum | Description |
|---|---|
| H.Cookie.F |
The function object namespace
|
| H.MediaType | |
| H.Method | |
| H.Status.Code |
Copyright © 2017–2018 OSGL (Open Source General Library). All rights reserved.