Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmzeeman/elli_server_name
https://github.com/mmzeeman/elli_server_name
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmzeeman/elli_server_name
- Owner: mmzeeman
- License: apache-2.0
- Created: 2013-10-26T10:01:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-08T22:01:47.000Z (about 11 years ago)
- Last Synced: 2024-11-16T06:54:18.075Z (about 2 months ago)
- Language: Erlang
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.