StdHttp
org.terminal21.client.components.std.StdHttp
Elements mapping to Http functionality
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class Cookieclass CookieReader
Members list
Value members
Abstract methods
Each requestId will be processed only once per browser.
Each requestId will be processed only once per browser.
I.e. lets say we have the Cookie(). If we add a cookie, we send it to the UI which in turn checks if it already set the cookie via the requestId. If it did, it skips it, if it didn't it sets the cookie.
Attributes
- Returns
-
Should always be TransientRequest.newRequestId()
In this article