eclipse-vertx / vertx-http-proxy

vertx http proxy
Eclipse Public License 2.0
55 stars 36 forks source link

Improve manipulation of cookies #100

Open tsegismont opened 2 months ago

tsegismont commented 2 months ago

The ProxiedRequest and ProxiedResponse 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.