public interface RqCookies extends Request
All implementations of this interface must be immutable and thread-safe.
Modifier and Type | Interface and Description |
---|---|
static class |
RqCookies.Base
Request decorator, for HTTP cookies parsing.
|
Modifier and Type | Method and Description |
---|---|
Iterable<String> |
cookie(CharSequence name)
Get single cookie.
|
Iterable<String> |
names()
Get all cookie names.
|
Iterable<String> cookie(CharSequence name) throws IOException
name
- Cookie nameIOException
- If failsIterable<String> names() throws IOException
IOException
- If failsCopyright © 2015–2019 Take. All rights reserved.