resgateio / resgate

A Realtime API Gateway used with NATS to build REST, real time, and RPC APIs, where all your clients are synchronized seamlessly.
https://resgate.io
MIT License
689 stars 67 forks source link

Custom response headers #251

Closed jirenius closed 4 months ago

jirenius commented 5 months ago

Issue

When connecting to resgate, either through HTTP or WebSocket, it should be possible for a service to set http status and headers, such as Set-Cookie headers, in the response.

Notes

jirenius commented 4 months ago

Resolved in PR #252