From c0480e590554dd016daac53b1847e688952248ce Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 3 Feb 2021 15:02:22 -0800 Subject: [PATCH] docs: skip Respone.json and Request.postDataJSON in Java (#5292) --- docs/src/api/class-request.md | 1 + docs/src/api/class-response.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/src/api/class-request.md b/docs/src/api/class-request.md index b858bf6888..9fbe426102 100644 --- a/docs/src/api/class-request.md +++ b/docs/src/api/class-request.md @@ -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. diff --git a/docs/src/api/class-response.md b/docs/src/api/class-response.md index 1c32a15638..2957758c51 100644 --- a/docs/src/api/class-response.md +++ b/docs/src/api/class-response.md @@ -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.