Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.
/ http_duplicator Public archive

Simple HTTP server which can duplicate HTTP requests to two or more backends

Notifications You must be signed in to change notification settings

renchap/http_duplicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

HTTP Duplicator

Goal

Be able to duplicate an HTTP query to two or more servers.

  • If the query succeed on all servers, return HTTP 200, with a list of the servers.
  • If the query fails on one or more servers, return HTTP 50X (504 if a timeout, or 503 if another error). The body of the request should contain a list the servers and the HTTP code returned, encoded in JSON

TODO

  • All :)

About

Simple HTTP server which can duplicate HTTP requests to two or more backends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages