docs: type names changed from wrapper to primitive (#31752)

This commit is contained in:
Milan Burda
2021-11-16 05:13:18 +01:00
committed by GitHub
parent 246884c4fb
commit e6b1d95a1c
115 changed files with 1685 additions and 1685 deletions

View File

@@ -48,7 +48,7 @@ An `Integer` indicating the HTTP response status code.
#### `response.statusMessage`
A `String` representing the HTTP status message.
A `string` representing the HTTP status message.
#### `response.headers`
@@ -66,7 +66,7 @@ formatted as follows:
#### `response.httpVersion`
A `String` indicating the HTTP protocol version number. Typical values are '1.0'
A `string` indicating the HTTP protocol version number. Typical values are '1.0'
or '1.1'. Additionally `httpVersionMajor` and `httpVersionMinor` are two
Integer-valued readable properties that return respectively the HTTP major and
minor version numbers.