Did a lot of work on the HTTP server side
This commit is contained in:
@@ -525,7 +525,7 @@ LuaDefine(doc, "function",
|
||||
|
||||
LuaDefine(http_get, "request",
|
||||
"|Make an HTTP GET request. Returns an HTTP response."
|
||||
"|See doc(http.request) and doc(http.response).") {
|
||||
"|See doc(http.clientrequest) and doc(http.clientresponse).") {
|
||||
World *w = World::fetch_global_pointer(L);
|
||||
w->guard_blockable(L, "http.get");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user