Skip to content

Commit 14806ff

Browse files
docs: update with docgen
1 parent e7527a5 commit 14806ff

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

doc/rest-nvim-api.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,12 @@ Cookie handler module *rest-nvim.cookie_jar*
212212
rest.Cookie *rest.Cookie*
213213

214214
Fields: ~
215-
{name} (string)
216-
{value} (string)
217-
{domain} (string)
218-
{path} (string)
219-
{expires} (integer)
220-
{max_date} (integer)
215+
{name} (string)
216+
{value} (string)
217+
{domain} (string)
218+
{path} (string)
219+
{expires} (integer)
220+
{secure} (boolean)
221221

222222

223223
M.load_jar() *M.load_jar*

doc/rest-nvim.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,14 @@ rest.Opts.Clients *rest.Opts.Clients*
178178
rest.Opts.Clients.Curl *rest.Opts.Clients.Curl*
179179

180180
Fields: ~
181-
{statistics?} (table<string,RestStatisticsStyle>) Statistics to parse from curl request output
182-
Key is a string value of format used in `--write-out` option
183-
See `man curl` for more info
181+
{statistics?} (RestStatisticsStyle[]) Statistics to parse from curl request output
184182

185183

186184
RestStatisticsStyle *RestStatisticsStyle*
187185

188186
Fields: ~
187+
{id} (string) Identifier used used in curl's `--write-out` option
188+
See `man curl` for more info
189189
{title?} (string) Title used on Statistics pane
190190
{winbar?} (string|boolean) Winbar title. Set to `false` or `nil` to not show for winbar, set to empty string
191191
to hide title If true, rest.nvim will use lowered `title` field

0 commit comments

Comments
 (0)