scalecube / scalecube-gateway

ScaleCube API Gateway is the single entry point for service consumers. handles incoming requests and proxy/route to the appropriate microservice instance.
Apache License 2.0
18 stars 7 forks source link

Passing client headers on connection setup #135

Closed segabriel closed 4 years ago

segabriel commented 4 years ago

Closes #131 Closes #130

segabriel commented 4 years ago

@artem-v HTTP is not implemented at all, it needs lots of work to add it and refactor existing code. Probably better is creating an issue about HTTP.

artem-v commented 4 years ago

@artem-v HTTP is not implemented at all, it needs lots of work to add it and refactor existing code. Probably better is creating an issue about HTTP.

Ok. Plz go ahead and create HTTP issue/story (issues/stories).

segabriel commented 4 years ago

@artem-v done https://github.com/scalecube/scalecube-gateway/issues/136

artem-v commented 4 years ago

@artem-v done #136

Also created https://github.com/scalecube/scalecube-gateway/issues/137