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

elixir-plug

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 the latest version of elixir-plug as follows:

guix install elixir-plug

Or install a particular version:

guix install elixir-plug@1.18.1

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.

Badge code

You can use the following badge to inform users of elixir-plug about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/elixir-plug'><img src='https://packages.guix.gnu.org/packages/elixir-plug/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/elixir-plug/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/elixir-plug)

Example Org:

[[https://packages.guix.gnu.org/packages/elixir-plug][https://packages.guix.gnu.org/packages/elixir-plug/badges/latest-version.svg]]