This repository was archived by the owner on Nov 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ Note this cURL example is copied and pasted from [Apiary interactive API documen
4545
4646[ example ] : http://docs.curltraceparser.apiary.io/#get-%2Fshopping-cart
4747
48- ## Exapmles
48+ ## Examples
4949
50- ### ` --raw ` output foramt
50+ ### ` --raw ` format
5151
5252The output is ASCII representation of a raw [ HTTP message] [ message ] with few modifications:
5353
5454- Request line begins with ` > `
5555- Response line begins with ` < `
56- - Request and response is delimited by CR+LF
56+ - Request and Response is delimited by CR+LF
5757- Both Request and Response are terminated by an extra trailing LF
5858
5959Note: This is little bit tricky because HTTP RFC does not have declared delimiter for Request and Response, for obvious reasons.
@@ -80,11 +80,11 @@ $ cat tracefile | curl-trace-parser --raw
8080< { " status" : " created" , " url" : " /shopping-cart/2" }
8181` ` `
8282
83- # ## `--blueprint` output format
83+ # ## `--blueprint` format
8484
85- The output is HTTP Request and Response in the [API blueprint format](http://apiblueprint.org)
85+ The output is HTTP Request and Response in the [API blueprint format](http://apiblueprint.org) which is the superset of markdown.
8686
87- ` ` ` bash
87+ ` ` `
8888$ cat tracefile | ./bin/curl-trace-parser --blueprint
8989# POST /shopping-cart
9090+ Request
You can’t perform that action at this time.
0 commit comments