File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -212,12 +212,12 @@ Cookie handler module *rest-nvim.cookie_jar*
212212rest.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
223223M.load_jar() *M.load_jar*
Original file line number Diff line number Diff line change @@ -178,14 +178,14 @@ rest.Opts.Clients *rest.Opts.Clients*
178178rest.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
186184RestStatisticsStyle *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
You can’t perform that action at this time.
0 commit comments