docs: skip Respone.json and Request.postDataJSON in Java (#5292)

This commit is contained in:
Yury Semikhatsky 2021-02-03 15:02:22 -08:00 committed by GitHub
parent 1c65b592d0
commit c0480e5905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,7 @@ Request's post body, if any.
Request's post body in a binary form, if any.
## method: Request.postDataJSON
* langs: js, python
- returns: <[null]|[any]>
Returns parsed request's body for `form-urlencoded` and JSON as a fallback if any.

View File

@ -23,6 +23,7 @@ Returns the [Frame] that initiated this response.
Returns the object with HTTP headers associated with the response. All header names are lower-case.
## async method: Response.json
* langs: csharp, js, python
- returns: <[Serializable]>
Returns the JSON representation of response body.