akka/akka-http

Use akka-http to build an HTTP/HTTPs proxy server

Open

#1,417 opened on Sep 9, 2017

View on GitHub
 (4 comments) (3 reactions) (0 assignees)Scala (1,311 stars) (598 forks)batch import
1 - triageddiscusshelp wantednice-to-have (low-prio)

Description

In #1316, akka-http would gracefully reject CONNECT request. If an option that accepts CONNECT is added, users can easily use Http().serverLayer to implement their http proxy.

Contributor guide