Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
5ed99911
Commit
5ed99911
authored
Jul 22, 2016
by
Evelyn
Committed by
GitHub
Jul 22, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update mg_get_http_var.md
parent
dc2527c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mg_get_http_var.md
docs/c-api/http.h/mg_get_http_var.md
+3
-3
No files found.
docs/c-api/http.h/mg_get_http_var.md
View file @
5ed99911
...
@@ -7,10 +7,10 @@ signature: |
...
@@ -7,10 +7,10 @@ signature: |
size_t dst_len);
size_t dst_len);
---
---
Fetch
an
HTTP form variable.
Fetch
es a
HTTP form variable.
Fetch a variable
`name`
from a
`buf`
into a buffer specified by
Fetch
es
a variable
`name`
from a
`buf`
into a buffer specified by
`dst`
,
`dst_len`
.
Destination is always zero-terminated. Return
length
`dst`
,
`dst_len`
.
The destination is always zero-terminated. Returns the
length
of a fetched variable. If not found, 0 is returned.
`buf`
must be
of a fetched variable. If not found, 0 is returned.
`buf`
must be
valid url-encoded buffer. If destination is too small,
`-1`
is returned.
valid url-encoded buffer. If destination is too small,
`-1`
is returned.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment