-
-
Notifications
You must be signed in to change notification settings - Fork 32
docs: Http #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Http #45
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rest of the things LGTM
content/guide/core/http.md
Outdated
response.content?.toJSON(encoding) | ||
``` | ||
|
||
Gets the response body as JSON object. The `encoding` is an optional of type `'UTF8' | 'GBK'` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can keep UTF8
& GBK
as external links and on clicking, the CTA could be more detail/some docs page for encoding types
@NathanWalker Added some comments! |
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
No description provided.