Skip to content

cozy-elixir/cozy_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CozyProxy

CI Hex.pm

Proxy requests to other plugs.

Features

  • Multiple adatpers support: Plug.Cowboy / Bandit
  • General plug support
  • WebSocket support (requires Plug >= 1.14)
  • Phoenix Endpoint support (requires Phoenix >= 1.7)

Installation

Add :cozy_proxy to the list of dependencies in mix.exs:

def deps do
  [
    {:cozy_proxy, <requirement>}
  ]
end

Usage

For more information, see the documentation.

Thanks

This library is built on the wisdom in following code:

License

Apache License 2.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Languages