Skip to content

Commit

Permalink
Clarify request 'query' table element definition
Browse files Browse the repository at this point in the history
  • Loading branch information
p0pr0ck5 committed Dec 27, 2017
1 parent 607ef6b commit 931d351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -254,7 +254,7 @@ The `params` table accepts the following fields:
* `version` The HTTP version number, currently supporting 1.0 or 1.1.
* `method` The HTTP method string.
* `path` The path string.
* `query` The query string.
* `query` The query string, presented as either a literal string or Lua table..
* `headers` A table of request headers.
* `body` The request body as a string, or an iterator function (see [get_client_body_reader](#get_client_body_reader)).
* `ssl_verify` Verify SSL cert matches hostname
Expand Down

0 comments on commit 931d351

Please sign in to comment.