We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83dfd15 commit f2abd8bCopy full SHA for f2abd8b
api_v2.md
@@ -43,7 +43,7 @@ The client methods returns either a `HTTP Response Entity` or an `error string`.
43
`HTTP Response Entity` contains the following fields except `408` timeout status;
44
45
- `status`: number - HTTP status code.
46
-- `header`: table - response header if `status` is not `408` timeout status.
+- `headers`: table - response header if `status` is not `408` timeout status.
47
- `body`: string or table - response body if `status` is not `408` timeout status.
48
49
**Note:** a client method will decode a response body as a JSON string if a `Content-Type` response header value is a `application/json`.
0 commit comments