Skip to content

Commit ae0c1bf

Browse files
author
Montana Flynn
committed
Add Go to readme
1 parent be630a3 commit ae0c1bf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Relies on the popular [HAR](http://www.softwareishard.com/blog/har-12-spec/#requ
2525
currently the following output [targets](/src/targets) are supported:
2626

2727
- [cURL](http://curl.haxx.se/)
28+
- [Go](http://golang.org/pkg/net/http/#NewRequest)
2829
- [HTTPie](http://httpie.org)
2930
- Node.js
3031
- [Native](http://nodejs.org/api/http.html#http_http_request_options_callback)
@@ -182,6 +183,13 @@ module.exports.info = {
182183
| `short` | `false` | use short form of cURL CLI options |
183184
| `indent` | ` ` | line break & indent output value, set to `false` to disable line breaks |
184185

186+
### Go
187+
188+
| Option | Default | Description |
189+
| --------------- | ------- | ------------------------------------------------------------------------ |
190+
| `errorChecking` | `false` | add error checking for request, response and body |
191+
| `printBody` | `true` | include code to print the body as a string |
192+
185193
### HTTPie
186194

187195
| Option | Default | Description |

0 commit comments

Comments
 (0)