File tree 2 files changed +9
-9
lines changed
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*
212
212
rest.Cookie *rest.Cookie*
213
213
214
214
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 )
221
221
222
222
223
223
M.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*
178
178
rest.Opts.Clients.Curl *rest.Opts.Clients.Curl*
179
179
180
180
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
184
182
185
183
186
184
RestStatisticsStyle *RestStatisticsStyle*
187
185
188
186
Fields: ~
187
+ {id} (string) Identifier used used in curl's `-- write - out` option
188
+ See `man curl` for more info
189
189
{title?} (string) Title used on Statistics pane
190
190
{winbar?} (string|boolean) Winbar title. Set to `false` or `nil` to not show for winbar, set to empty string
191
191
to hide title If true, rest.nvim will use lowered `title ` field
You can’t perform that action at this time.
0 commit comments