luasocket
LuaSockets POST data issue [LUA]
I\'m getting GET data without issue using: local get, err = client:receive() 开发者_JS百科 But I\'m not sure how to receive POST data.[详细]
2023-03-22 21:49 分类:问答How to get Client IP in Lua Sockets
I\'m having trouble locating how I g开发者_开发技巧o about getting the ip address of each client as they connect to my server, using LuaSockets;[详细]
2023-03-22 10:43 分类:问答How to detect and quick a lua function taking too long to respond?
I\'m using Corona SDK to make a simple app that requires luasocket. Corona SDK support luasocket to do async http req.[详细]
2023-03-15 00:58 分类:问答Traversing Google searches using LuaSocket
I am trying to make a Lua program that creates a google sear开发者_C百科ch, and formats all of the results in a different arrangement. The only problem is that I cannot find a way to do these:[详细]
2023-03-14 08:30 分类:问答lua http socket timeout
The LuaSocket HTTP module documentation says that a timeout can be set on a HTTP connection: The following constants can be set to control the default behavior of the HTTP module:[详细]
2023-03-06 16:55 分类:问答Lua http socket evaluation
I use lua 5.1 and the luaSocket 2.0.2-4 to retrieve a page from a web server. I first check if the server is responding and then assign the web server response to lua variables.[详细]
2023-03-06 16:42 分类:问答Lua socket asynchronous calls
I am writing a program that uses Lua socket to communicate with a http server. The API that I am using is \"socket.http.request\", and I have found that it is synchronous. My understanding is that it[详细]
2023-03-01 08:45 分类:问答How can a LuaSocket server handle several requests simultaneously?
The problem is the inability of my Lua server to accept multiple request simultaneously. I attempted to make each client message be processed in its on coroutine, but this seems to have failed.[详细]
2023-02-11 19:53 分类:问答How could I embedded socket in Lua internally, just like oslib, debuglib?
I want to implement the function like embedding the socket function in my Lua build. So I don\'t need to copy socket.core.dll any more (just for fun).[详细]
2022-12-19 16:43 分类:问答Change WebService endpoint address at run time
I used Netbeans to generate Web Sevice client code from WSDL url. But I can\'t change endpoint address at run time using co开发者_C百科de.[详细]
2022-12-16 16:04 分类:问答