Dmitry Gozman
c68f57d2d0
docs: mark optional properties/arguments explicitly with "?" ( #13369 )
...
Previously, we were guessing whether something is optional from the
comment (looking for stuff like "defaults to" or "optional").
To remove this error-prone technique, every optional property or
argument (but not option) is explicitly marked with "?".
2022-04-06 19:02:10 -07:00
Pavel Feldman
798d0bfa9b
chore: fix headers api again ( #8854 )
2021-09-11 13:27:00 -07:00
Max Schmitt
a5fa190748
docs: no Response.finished() return value ( #8819 )
2021-09-10 08:02:34 -07:00
Yury Semikhatsky
e5a92c3e81
docs: less fancy header array type ( #8808 )
2021-09-09 09:00:11 -07:00
Anže Vodovnik
c6bb0bb44e
docs(dotnet): fix incorrect syntax ( #8801 )
2021-09-09 11:39:26 +02:00
Joel Einbinder
e914f6bbc7
feat(network): remove Headers class and add headersArray method ( #8749 )
2021-09-07 10:27:53 -07:00
Pavel Feldman
94170dacbd
chore: rename rawHeaders to allHeaders ( #8659 )
2021-09-02 11:46:52 -07:00
Pavel Feldman
42e44f888b
feat(rawheaders): introduce initial plumbing ( #8638 )
2021-09-01 18:28:20 -07:00
Yury Semikhatsky
25a43aef3c
fix(docs): security details validTo/From type ( #7559 )
2021-07-12 09:35:37 -07:00
Ross Wollman
219e5138be
feat(response): expose connection details in API ( #7150 )
2021-06-17 13:04:55 -07:00
Pavel Feldman
792f3d41e9
api(dotnet): use jsonelement ( #6749 )
2021-05-26 07:28:26 -07:00
Pavel Feldman
2321abb2d9
api(dotnet): fix json api ( #6723 )
2021-05-24 13:40:02 -07:00
Yury Semikhatsky
c0480e5905
docs: skip Respone.json and Request.postDataJSON in Java ( #5292 )
2021-02-03 15:02:22 -08:00
Yury Semikhatsky
e0f41bf1fd
docs: change default return type of Response.finished to string ( #5261 )
2021-02-02 12:18:05 -08:00
Pavel Feldman
41e394bc22
docs: allow overriding return types ( #5031 )
2021-01-15 16:01:41 -08:00
Pavel Feldman
e67d89747a
chore: update docs to cover python specifics ( #4960 )
2021-01-10 18:18:35 -08:00
Pavel Feldman
bdf12e32e4
docs: split api-body into classes ( #4931 )
2021-01-07 11:46:05 -08:00