We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ff5ca commit dbfe2ddCopy full SHA for dbfe2dd
README.md
@@ -26,7 +26,7 @@ console.log(response.body, response.headers);
26
The main reqless function returns a `response` object.
27
A response object has the following attributes:
28
- body: The body received from the HTTP request (string).
29
- - headers: The headers received from the HTTP request (string).
+ - headers: The headers received from the HTTP request (object).
30
31
## Request
32
Inside the request object you can provide the following attributes:
0 commit comments