七、HTTP服务路由处理接口

7. HTTP服务业务接口

7.1 接口路径
  1. org.voovan.http.server.HttpRouter
7.2 函数说明
  1. public void Process(HttpRequest request,HttpResponse response) throws Exception
  • 业务请求会调用用户实现的这个类
  • request: HTTPServer 请求对象,对应的类org.voovan.http.server.HttpRequest
  • response: HTTPServer 响应对象,对应的类org.voovan.http.server.HttpResponse