This website works better with JavaScript
Главная
Обзор
Помощь
Вход
n4u
/
cowboy
Следить
2
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
5dd9d877b1
Ветки
Метки
1.0.1-n4u
1.0.x
1.1.2-n4u
1.1.x
2.10.0-b
2.9.0-b
active_n
http3
master
1.1.2-erl23
1.1.2-erl22
1.1.2-erl21
1.0.1-erl20
1.0.1-erl19
2.10.0
2.9.0
2.8.0
2.7.0
2.6.3
2.6.2
2.6.1
2.6.0
2.5.0
2.4.0
2.3.0
2.2.2
2.2.1
2.2.0
2.1.0
2.0.0
2.0.0-rc.4
2.0.0-rc.3
2.0.0-rc.2
2.0.0-rc.1
2.0.0-pre.10
2.0.0-pre.9
2.0.0-pre.8
2.0.0-pre.7
1.1.2
1.1.1
1.1.0
2.0.0-pre.6
2.0.0-pre.5
2.0.0-pre.4
2.0.0-pre.3
1.0.4
1.0.3
1.0.2
2.0.0-pre.2
1.0.1
2.0.0-pre.1
1.0.0
0.10.0
0.9.0
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.6.1
0.6.0
0.4.0
0.2.0
cowboy
/
examples
/
web_server
Loïc Hoguin
394b4f0bf7
Simplify example instructions and fix broken examples
9 лет назад
..
priv
f112cdf643
Add a web server example
12 лет назад
src
0dc063ab7d
Improve handler interface and documentation
10 лет назад
Makefile
18f50b8697
Make examples use Cowboy master
10 лет назад
README.asciidoc
394b4f0bf7
Simplify example instructions and fix broken examples
9 лет назад
relx.config
6a90d00cee
Convert the web_server example to a release
11 лет назад
README.asciidoc
= Directory indexing example
To try this example, you need GNU `make` and `git` in your PATH.
To build and run the example, use the following command:
[source,bash]
$ make run
Then point your browser to http://localhost:8080
to browse the contents of the `priv` directory.