19 lines
374 B
HTTP
19 lines
374 B
HTTP
### JSON Test
|
|
GET http://localhost:3000/json HTTP/1.1
|
|
|
|
### Plaintext Test
|
|
GET http://localhost:3000/plaintext HTTP/1.1
|
|
|
|
### Fortunes Test
|
|
GET http://localhost:3000/fortunes HTTP/1.1
|
|
|
|
### Db Test
|
|
GET http://localhost:3000/db HTTP/1.1
|
|
|
|
### Query test
|
|
GET http://localhost:3000/query?queries=20 HTTP/1.1
|
|
|
|
### Update Test
|
|
GET http://localhost:3000/updates?queries=20 HTTP/1.1
|
|
|
|
|