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
|
||||
===========================
|
||||
|
||||
To try this example, you need GNU `make`, `git` and
|
||||
[relx](https://github.com/erlware/relx) in your PATH.
|
||||
To try this example, you need GNU `make` and `git` in your PATH.
|
||||
|
||||
To build the example, run the following command:
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
Compressed response example
|
||||
===========================
|
||||
|
||||
To try this example, you need GNU `make`, `git` and
|
||||
[relx](https://github.com/erlware/relx) in your PATH.
|
||||
To try this example, you need GNU `make` and `git` in your PATH.
|
||||
|
||||
To build the example, run the following command:
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
Cookie example
|
||||
==============
|
||||
|
||||
To try this example, you need GNU `make`, `git` and
|
||||
[relx](https://github.com/erlware/relx) in your PATH.
|
||||
To try this example, you need GNU `make` and `git` in your PATH.
|
||||
|
||||
To build the example, run the following command:
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
GET parameter echo example
|
||||
==========================
|
||||
|
||||
To try this example, you need GNU `make`, `git` and
|
||||
[relx](https://github.com/erlware/relx) in your PATH.
|
||||
To try this example, you need GNU `make` and `git` in your PATH.
|
||||
|
||||
To build the example, run the following command:
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
POST parameter echo example
|
||||
===========================
|
||||
|
||||
To try this example, you need GNU `make`, `git` and
|
||||
[relx](https://github.com/erlware/relx) in your PATH.
|
||||
To try this example, you need GNU `make` and `git` in your PATH.
|
||||
|
||||
To build the example, run the following command:
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
Error hook example
|
||||
==================
|
||||
|
||||
To try this example, you need GNU `make`, `git` and
|
||||
[relx](https://github.com/erlware/relx) in your PATH.
|
||||
To try this example, you need GNU `make` and `git` in your PATH.
|
||||
|
||||
To build the example, run the following command:
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
EventSource example
|
||||
===================
|
||||
|
||||
To try this example, you need GNU `make`, `git` and
|
||||
[relx](https://github.com/erlware/relx) in your PATH.
|
||||
To try this example, you need GNU `make` and `git` in your PATH.
|
||||
|
||||
To build the example, run the following command:
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
Hello world example
|
||||
===================
|
||||
|
||||
To try this example, you need GNU `make`, `git` and
|
||||
[relx](https://github.com/erlware/relx) in your PATH.
|
||||
To try this example, you need GNU `make` and `git` in your PATH.
|
||||
|
||||
To build the example, run the following command:
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
Middleware example
|
||||
==================
|
||||
|
||||
To try this example, you need GNU `make`, `git` and
|
||||
[relx](https://github.com/erlware/relx) in your PATH.
|
||||
To try this example, you need GNU `make` and `git` in your PATH.
|
||||
|
||||
To build the example, run the following command:
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
Basic authorization example using REST
|
||||
======================================
|
||||
|
||||
To try this example, you need GNU `make`, `git` and
|
||||
[relx](https://github.com/erlware/relx) in your PATH.
|
||||
To try this example, you need GNU `make` and `git` in your PATH.
|
||||
|
||||
To build the example, run the following command:
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
REST hello world example
|
||||
========================
|
||||
|
||||
To try this example, you need GNU `make`, `git` and
|
||||
[relx](https://github.com/erlware/relx) in your PATH.
|
||||
To try this example, you need GNU `make` and `git` in your PATH.
|
||||
|
||||
To build the example, run the following command:
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
REST pastebin example
|
||||
=====================
|
||||
|
||||
To try this example, you need GNU `make`, `git` and
|
||||
[relx](https://github.com/erlware/relx) in your PATH.
|
||||
To try this example, you need GNU `make` and `git` in your PATH.
|
||||
|
||||
To build the example, run the following command:
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
REST streaming example
|
||||
======================
|
||||
|
||||
To try this example, you need GNU `make`, `git` and
|
||||
[relx](https://github.com/erlware/relx) in your PATH.
|
||||
To try this example, you need GNU `make` and `git` in your PATH.
|
||||
|
||||
To build the example, run the following command:
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
Hello world example
|
||||
===================
|
||||
|
||||
To try this example, you need GNU `make`, `git` and
|
||||
[relx](https://github.com/erlware/relx) in your PATH.
|
||||
To try this example, you need GNU `make` and `git` in your PATH.
|
||||
|
||||
To build the example, run the following command:
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
Static file handler example
|
||||
===========================
|
||||
|
||||
To try this example, you need GNU `make`, `git` and
|
||||
[relx](https://github.com/erlware/relx) in your PATH.
|
||||
To try this example, you need GNU `make` and `git` in your PATH.
|
||||
|
||||
To build the example, run the following command:
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
Static file handler example
|
||||
===========================
|
||||
|
||||
To try this example, you need GNU `make`, `git` and
|
||||
[relx](https://github.com/erlware/relx) in your PATH.
|
||||
To try this example, you need GNU `make` and `git` in your PATH.
|
||||
|
||||
To build the example, run the following command:
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
Websocket example
|
||||
=================
|
||||
|
||||
To try this example, you need GNU `make`, `git` and
|
||||
[relx](https://github.com/erlware/relx) in your PATH.
|
||||
To try this example, you need GNU `make` and `git` in your PATH.
|
||||
|
||||
To build the example, run the following command:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue