koush / AndroidAsync

Asynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads.
Other
7.52k stars 1.56k forks source link

Does AndroidAsync support CGI? #610

Open zuoshui opened 6 years ago

zuoshui commented 6 years ago

Hello, I want to develop an webserver which can handle cgi request, like https://192.168.1.1:8080/setup.cgi?SSID=123&psw=12345678

Does AndroidAsync support CGI?

Thanks Rory

darren-steven commented 5 years ago

CGI is a protocol between the webserver and some other app. You will need to write a get handler that matches the URL and does the work