mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-21 18:10:47 -04:00
DOC: fix function name
Bowen repports this typo fix about one Lua function name. Reported-By: Bowen
This commit is contained in:
parent
0a99b89531
commit
0d79cf686b
1 changed files with 1 additions and 1 deletions
|
|
@ -750,7 +750,7 @@ HTTP class
|
|||
:param class_http http: The related http object.
|
||||
:param string query: The new query.
|
||||
|
||||
.. js:function:: HTTP.req.set_uri(http, uri)
|
||||
.. js:function:: HTTP.req_set_uri(http, uri)
|
||||
|
||||
Rewrites the request URI with the parameter "uri".
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue