Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mmzeeman/elli_server_name


https://github.com/mmzeeman/elli_server_name

Last synced: about 17 hours ago
JSON representation

Awesome Lists containing this project

README

        

elli_server_name
================

This Elli middleware adds a "Server" header to responses.

You can configure your own custom header by providing a `server_name`
setting in the `elli` env.

```erlang

application:set_env(elli, server_name, <<"FancyServer/1.0">>)
```

When you don't provide this setting the version number of `elli` will
be used.