docs: type names changed from wrapper to primitive (#31752)
This commit is contained in:
parent
246884c4fb
commit
e6b1d95a1c
115 changed files with 1685 additions and 1685 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue