Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.
/ proxy Public archive
forked from jeregrine/proxy

A HTTP proxy skeleton written in Elixir

Notifications You must be signed in to change notification settings

cloudhousetech/proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy

A HTTP proxy skeleton written in Elixir with Plug (Adapter) + Cowboy (Server) + Hackney (Client).

Not complete in any way (no proxy headers set) but feel free to use it as starting point.

Requires Elixir v1.0.

Development

To run it in development:

mix deps.get
mix serve

Production

To run it in production:

mix deps.get
MIX_ENV=prod mix do compile, compile.protocols
MIX_ENV=prod elixir -pa _build/prod/consolidated -S mix serve

License

MIT-LICENSE

About

A HTTP proxy skeleton written in Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%