HTTP response message generator with support for cookies
Takes a list of HttpCookieGenerator instances in the constructor. When
rendering the response by CookiesHttpResponse.render(), a Set-Cookie header
line will be added for each HttpCookieGenerator instance a cookie value is
assigned to.
CookiesHttpResponse.reset() calls reset() on all cookies.
Boost Software License Version 1.0. See LICENSE_BOOST.txt for details.
Alternatively, this file may be distributed under the terms of the Tango
3-Clause BSD License (see LICENSE_BSD.txt for details).
HTTP response message generator with support for cookies
Takes a list of HttpCookieGenerator instances in the constructor. When rendering the response by CookiesHttpResponse.render(), a Set-Cookie header line will be added for each HttpCookieGenerator instance a cookie value is assigned to. CookiesHttpResponse.reset() calls reset() on all cookies.