Skip to content

Commit

Permalink
Fix rendering
Browse files Browse the repository at this point in the history
(cherry picked from commit 33de7d4)
  • Loading branch information
nickanderson committed Jul 30, 2019
1 parent 01a22b2 commit 583487e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions reference/functions/url_get.markdown
Expand Up @@ -31,13 +31,13 @@ always provided.

The available options currently are:

* `url.max_content`: if present, specifies the maximum number of content bytes to retrieve (**default 4096**).
* `url.max_headers`: if present, specifies the maximum number of response headers to retrieve (**default 4096**).
* `url.verbose`: if 1, `libcurl` will be more verbose while retrieving the content (**default 0**).
* `url.timeout`: if present, `libcurl` will time out the request after that many seconds (**default 3**).
* `url.referer`: if present, `libcurl` will set the Referer to this (**default unset**).
* `url.user-agent`: if present, `libcurl` will set the User-Agent to this (**default unset**).
* `url.headers`: an array of strings in the format `Foo: bar` specifying headers for the request (**default `[Host: host , Accept: \*/\*]`**).
* `url.max_content`: if present, specifies the maximum number of content bytes to retrieve ( **default 4096** ).
* `url.max_headers`: if present, specifies the maximum number of response headers to retrieve ( **default 4096** ).
* `url.verbose`: if 1, `libcurl` will be more verbose while retrieving the content ( **default 0** ).
* `url.timeout`: if present, `libcurl` will time out the request after that many seconds ( **default 3** ).
* `url.referer`: if present, `libcurl` will set the Referer to this ( **default unset** ).
* `url.user-agent`: if present, `libcurl` will set the User-Agent to this ( **default unset** ).
* `url.headers`: an array of strings in the format `Foo: bar` specifying headers for the request ( **default `[Host: host , Accept: \*/\*]`** ).

The returned data container will have the following keys:

Expand Down

0 comments on commit 583487e

Please sign in to comment.