This package browser is in early development. Mind the rough edges.

elixir-plug 1.18.1

Compose web applications with functions

Plug is:

  • A specification for composing web applications with functions

  • Connection adapters for different web servers in the Erlang VM

In other words, Plug allows you to build web applications from small pieces and run them on different web servers. Plug is used by web frameworks such as Phoenix to manage requests, responses, and websockets. This documentation will show some high-level examples and introduce the Plug's main building blocks.

Installation

Install elixir-plug 1.18.1 as follows:

guix install elixir-plug@1.18.1

Or install the latest version:

guix install elixir-plug

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.