Open tsegismont opened 2 months ago
The ProxiedRequest and ProxiedResponse objects don't allow to manipulate cookies easily.
ProxiedRequest
ProxiedResponse
Of course, it's possible to manipulate headers, but that means the user must manually parse cookie headers.
We may able to reuse cookie support on the bare server request/response.
The
ProxiedRequest
andProxiedResponse
objects don't allow to manipulate cookies easily.Of course, it's possible to manipulate headers, but that means the user must manually parse cookie headers.
We may able to reuse cookie support on the bare server request/response.