| Package | Description |
|---|---|
| io.helidon.common.http |
HTTP APIs and implementations usable by both server and client side of the HTTP story.
|
| io.helidon.webserver |
Reactive web server API.
|
| Modifier and Type | Method and Description |
|---|---|
SetCookie |
SetCookie.Builder.build() |
static SetCookie |
SetCookie.create(String name,
String value)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseHeaders.addCookie(SetCookie cookie)
Adds
Set-Cookie header specified in RFC6265. |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.