plug_canonical_host
Redirect hub
Ensures all incoming requests are directed to a single canonical host
PlugCanonicalHost ensures that all requests are served by a single canonical host.
40 stars
3 watching
9 forks
Language: Elixir
last commit: about 1 year ago
Linked from 1 awesome list
elixirhttpplug
Related projects:
Repository | Description | Stars |
---|---|---|
tylerhunt/rack-canonical-host | A middleware that redirects requests to a canonical host name | 392 |
c-rack/plug_response_header | An Elixir plug for manipulating HTTP response headers | 12 |
stocks29/plug_redirect_https | Redirects HTTP traffic to HTTPS behind a load balancer or reverse proxy. | 7 |
henrik/plug_and_play | Simplifies the setup of Plug-based Elixir applications by providing pre-configured dependencies and conveniences for common tasks. | 15 |
christopheradams/plug_rest | A Plug-based router for Elixir applications that follows REST principles and provides declarative handling of HTTP requests | 54 |
c-rack/plug_cloudflare | Parses CloudFlare's IP address from an HTTP request header into Plug.Conn's remote_ip field. | 23 |
mschae/cors_plug | An Elixir plug to add Cross-Origin Resource Sharing (CORS) functionality to web applications | 404 |
novabyte/pathway | An Erlang/Elixir client library for interacting with the Trak.io REST API | 4 |
hamiltop/rethinkdb-elixir | An Elixir client for connecting to RethinkDB databases | 497 |
platzidev/socket.io-redux | Middleware to connect Redux with Socket.IO and send actions via a real-time network connection. | 105 |
handnot2/plug_sigaws | A Elixir module that authenticates HTTP requests with AWS Signature V4 signatures. | 0 |
gutschilla/plug-session-memcached | A Plug Session store using Memcached | 15 |
mkrogemann/couchdb_connector | A CouchDB connector for Elixir that provides basic CRUD operations and support for views. | 96 |
samhocevar/rinetd | Redirects TCP/UDP connections between two IP addresses and ports. | 859 |
cconstantin/plug_rails_cookie_session_store | A library that enables seamless sharing of session information between Rails and Plug-based frameworks like Phoenix. | 94 |