Skip to content
Snippets Groups Projects
Commit 96cf99f5 authored by imarkov's avatar imarkov Committed by Konstantin Osipov
Browse files

http: Add cookie parser

* Add parser of cookies from 'Set-Cookie' header.
* All cookies are stored in response object in cookie table.
* The format of each table element is following:
resp[key] = {value, {option, ...}},
where key, value is cookie key, value
options are array of strings, set-cookie header options,
e.g. HttpOnly, Expires=<date>.

Closes #2801
parent 094a95e5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment