pnxtech / hydra-router

A service aware router for Hydra Services. Implements an API Gateway and can route web socket messages.
MIT License
60 stars 24 forks source link

Experimental GZip support #182

Closed cjus closed 5 years ago

cjus commented 6 years ago

Allows Hydra-Router to handle returning GZip compressed JSON if the client makes HTTP calls which include the following headers:

Content-Type: application/json Accept-Encoding: gzip

An experimental docker container is available for testing at: flywheelsports/hydra-router:1.6.14-experimental (https://hub.docker.com/r/flywheelsports/hydra-router/tags/)