Skip to content

Commit ce7fa41

Browse files
committed
chore: regenerate documentation
1 parent c3dca4a commit ce7fa41

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/rest-nvim-api.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,17 @@ rest.nvim utilities *rest-nvim.utils*
6363
rest.nvim utility functions
6464

6565

66+
utils.escape({str}) *utils.escape*
67+
Encodes a string into its escaped hexadecimal representation
68+
taken from Lua Socket and added underscore to ignore
69+
70+
Parameters: ~
71+
{str} (string) Binary string to be encoded
72+
73+
Returns: ~
74+
(string)
75+
76+
6677
utils.file_exists({path}) *utils.file_exists*
6778
Check if a file exists in the given `path`
6879

0 commit comments

Comments
 (0)