This website works better with JavaScript
Home
Explore
Help
Sign In
n4u
/
cowboy
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
5dd9d877b1
Branches
Tags
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 years ago
..
priv
f112cdf643
Add a web server example
12 years ago
src
0dc063ab7d
Improve handler interface and documentation
10 years ago
Makefile
18f50b8697
Make examples use Cowboy master
10 years ago
README.asciidoc
394b4f0bf7
Simplify example instructions and fix broken examples
9 years ago
relx.config
6a90d00cee
Convert the web_server example to a release
11 years ago
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.