mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
No need for relx in path for examples anymore
This commit is contained in:
parent
36ba174224
commit
96755dd973
17 changed files with 17 additions and 34 deletions
|
@ -1,8 +1,7 @@
|
||||||
Chunked hello world example
|
Chunked hello world example
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
To try this example, you need GNU `make`, `git` and
|
To try this example, you need GNU `make` and `git` in your PATH.
|
||||||
[relx](https://github.com/erlware/relx) in your PATH.
|
|
||||||
|
|
||||||
To build the example, run the following command:
|
To build the example, run the following command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
Compressed response example
|
Compressed response example
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
To try this example, you need GNU `make`, `git` and
|
To try this example, you need GNU `make` and `git` in your PATH.
|
||||||
[relx](https://github.com/erlware/relx) in your PATH.
|
|
||||||
|
|
||||||
To build the example, run the following command:
|
To build the example, run the following command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
Cookie example
|
Cookie example
|
||||||
==============
|
==============
|
||||||
|
|
||||||
To try this example, you need GNU `make`, `git` and
|
To try this example, you need GNU `make` and `git` in your PATH.
|
||||||
[relx](https://github.com/erlware/relx) in your PATH.
|
|
||||||
|
|
||||||
To build the example, run the following command:
|
To build the example, run the following command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
GET parameter echo example
|
GET parameter echo example
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
To try this example, you need GNU `make`, `git` and
|
To try this example, you need GNU `make` and `git` in your PATH.
|
||||||
[relx](https://github.com/erlware/relx) in your PATH.
|
|
||||||
|
|
||||||
To build the example, run the following command:
|
To build the example, run the following command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
POST parameter echo example
|
POST parameter echo example
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
To try this example, you need GNU `make`, `git` and
|
To try this example, you need GNU `make` and `git` in your PATH.
|
||||||
[relx](https://github.com/erlware/relx) in your PATH.
|
|
||||||
|
|
||||||
To build the example, run the following command:
|
To build the example, run the following command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
Error hook example
|
Error hook example
|
||||||
==================
|
==================
|
||||||
|
|
||||||
To try this example, you need GNU `make`, `git` and
|
To try this example, you need GNU `make` and `git` in your PATH.
|
||||||
[relx](https://github.com/erlware/relx) in your PATH.
|
|
||||||
|
|
||||||
To build the example, run the following command:
|
To build the example, run the following command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
EventSource example
|
EventSource example
|
||||||
===================
|
===================
|
||||||
|
|
||||||
To try this example, you need GNU `make`, `git` and
|
To try this example, you need GNU `make` and `git` in your PATH.
|
||||||
[relx](https://github.com/erlware/relx) in your PATH.
|
|
||||||
|
|
||||||
To build the example, run the following command:
|
To build the example, run the following command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
Hello world example
|
Hello world example
|
||||||
===================
|
===================
|
||||||
|
|
||||||
To try this example, you need GNU `make`, `git` and
|
To try this example, you need GNU `make` and `git` in your PATH.
|
||||||
[relx](https://github.com/erlware/relx) in your PATH.
|
|
||||||
|
|
||||||
To build the example, run the following command:
|
To build the example, run the following command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
Middleware example
|
Middleware example
|
||||||
==================
|
==================
|
||||||
|
|
||||||
To try this example, you need GNU `make`, `git` and
|
To try this example, you need GNU `make` and `git` in your PATH.
|
||||||
[relx](https://github.com/erlware/relx) in your PATH.
|
|
||||||
|
|
||||||
To build the example, run the following command:
|
To build the example, run the following command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
Basic authorization example using REST
|
Basic authorization example using REST
|
||||||
======================================
|
======================================
|
||||||
|
|
||||||
To try this example, you need GNU `make`, `git` and
|
To try this example, you need GNU `make` and `git` in your PATH.
|
||||||
[relx](https://github.com/erlware/relx) in your PATH.
|
|
||||||
|
|
||||||
To build the example, run the following command:
|
To build the example, run the following command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
REST hello world example
|
REST hello world example
|
||||||
========================
|
========================
|
||||||
|
|
||||||
To try this example, you need GNU `make`, `git` and
|
To try this example, you need GNU `make` and `git` in your PATH.
|
||||||
[relx](https://github.com/erlware/relx) in your PATH.
|
|
||||||
|
|
||||||
To build the example, run the following command:
|
To build the example, run the following command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
REST pastebin example
|
REST pastebin example
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
To try this example, you need GNU `make`, `git` and
|
To try this example, you need GNU `make` and `git` in your PATH.
|
||||||
[relx](https://github.com/erlware/relx) in your PATH.
|
|
||||||
|
|
||||||
To build the example, run the following command:
|
To build the example, run the following command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
REST streaming example
|
REST streaming example
|
||||||
======================
|
======================
|
||||||
|
|
||||||
To try this example, you need GNU `make`, `git` and
|
To try this example, you need GNU `make` and `git` in your PATH.
|
||||||
[relx](https://github.com/erlware/relx) in your PATH.
|
|
||||||
|
|
||||||
To build the example, run the following command:
|
To build the example, run the following command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
Hello world example
|
Hello world example
|
||||||
===================
|
===================
|
||||||
|
|
||||||
To try this example, you need GNU `make`, `git` and
|
To try this example, you need GNU `make` and `git` in your PATH.
|
||||||
[relx](https://github.com/erlware/relx) in your PATH.
|
|
||||||
|
|
||||||
To build the example, run the following command:
|
To build the example, run the following command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
Static file handler example
|
Static file handler example
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
To try this example, you need GNU `make`, `git` and
|
To try this example, you need GNU `make` and `git` in your PATH.
|
||||||
[relx](https://github.com/erlware/relx) in your PATH.
|
|
||||||
|
|
||||||
To build the example, run the following command:
|
To build the example, run the following command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
Static file handler example
|
Static file handler example
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
To try this example, you need GNU `make`, `git` and
|
To try this example, you need GNU `make` and `git` in your PATH.
|
||||||
[relx](https://github.com/erlware/relx) in your PATH.
|
|
||||||
|
|
||||||
To build the example, run the following command:
|
To build the example, run the following command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
Websocket example
|
Websocket example
|
||||||
=================
|
=================
|
||||||
|
|
||||||
To try this example, you need GNU `make`, `git` and
|
To try this example, you need GNU `make` and `git` in your PATH.
|
||||||
[relx](https://github.com/erlware/relx) in your PATH.
|
|
||||||
|
|
||||||
To build the example, run the following command:
|
To build the example, run the following command:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue