简单好用的HttpServer,C#语言 业务处理只需继承下面的类 publicclassServlet { publicvirtualvoidonGet(System.Net.HttpListenerRequestrequest,System.Net.HttpListenerResponseresponse){} publicvirtualvoidonPost(System.Net.HttpListenerRequestrequest,System.Net.HttpListenerResponseresponse)