vibe-d / vibe-http

Future vibe.d HTTP implementation
15 stars 9 forks source link

Allow access to const cookies from const HTTPServerRequest #38

Closed Alexibu closed 5 months ago

Alexibu commented 5 months ago

WebSocket.request() returns a const HTTPServerRequest. Which has a cookies property. We need a const version of cookies to allow it to be read.