|
1 | 1 | # ReqMD: HTTP Requests in Markdown |
2 | 2 |
|
| 3 | + |
| 4 | + |
3 | 5 | This is a project focused on representing a human readable markdown |
4 | 6 | format which describes HTTP requests. The goal is to be able to create |
5 | | -markdown documents using this specification and leverage this tooling |
| 7 | +markdown documents using that specification and leverage this tooling |
6 | 8 | to identify and send them as valid HTTP requests. |
| 9 | + |
| 10 | +To get started [read the friendly manual]. |
| 11 | + |
| 12 | +[read the friendly manual]: https://benfalk.github.io/req_md/ |
| 13 | + |
| 14 | +--- |
| 15 | + |
| 16 | +**The tl;dr is to be able to take a document like this:** |
| 17 | + |
| 18 | +> Sample document: |
| 19 | +>  |
| 20 | +
|
| 21 | +**And run commands like this:** |
| 22 | + |
| 23 | +--- |
| 24 | + |
| 25 | +> List requests found in the document: |
| 26 | +>  |
| 27 | +
|
| 28 | +--- |
| 29 | + |
| 30 | +> [!Note] |
| 31 | +> |
| 32 | +> The server in the example is an echo server that replies with |
| 33 | +> the information it was sent. What you are seeing returned |
| 34 | +> is the response of that echo server. This helps demonstrate |
| 35 | +> what the details were in the requests this tool sent. |
| 36 | +
|
| 37 | +--- |
| 38 | + |
| 39 | +> Send first request in the document: |
| 40 | +>  |
| 41 | +
|
| 42 | +--- |
| 43 | + |
| 44 | +> Adds header to request with environment variable: |
| 45 | +>  |
| 46 | +
|
| 47 | +--- |
| 48 | + |
| 49 | +> Can set timeouts _( Examples: 50ms, 2sec, 5min )_ |
| 50 | +>  |
| 51 | +
|
| 52 | +--- |
| 53 | + |
| 54 | +> Run by request found at a line number: |
| 55 | +>  |
| 56 | +
|
| 57 | +--- |
| 58 | + |
| 59 | +> Dump requests to JSON: |
| 60 | +>  |
0 commit comments