SlashQuery /?


What is slashquery ?

A pluggable API Gateway

In a nutshell is an HTTP reverse proxy that pre-processes the requests before they arrive at their final destination based on custom plugins.

Some features:

  • Single binary.
  • Loads configuration from a YAML file.
  • Allows the use of 3rd party handlers (plugins) that satisfy the http.Handler.
  • DNS resolver honoring TTL from the upstream.
  • Load balancer (round robin).
  • Versioning Accept: application/vnd.*
  • Accept or reject(405) based on HTTP Request Methods
comments powered by Disqus