File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Relies on the popular [HAR](http://www.softwareishard.com/blog/har-12-spec/#requ
2525currently 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 |
You can’t perform that action at this time.
0 commit comments