Package | Description |
---|---|
com.blade.mvc.http |
Modifier and Type | Method and Description |
---|---|
Optional<Cookie> |
Request.cookieRaw(String name) |
Optional<Cookie> |
HttpRequest.cookieRaw(String name) |
Modifier and Type | Method and Description |
---|---|
Response |
Response.cookie(Cookie cookie)
add raw response cookie
|
Request |
Request.cookie(Cookie cookie)
Add a cookie to the request
|
Response |
HttpResponse.cookie(Cookie cookie) |
Request |
HttpRequest.cookie(Cookie cookie) |
Copyright © 2017. All rights reserved.