servletrequest

  1. Star-Dust

    Android Code Snippet ServletRequest all Header and Parameters (httpServer)

    I arose from the need to know all the headers of a GET request. When HttServer raises the HttpServer_HandleRequest event it returns the Request variable. The Request variable has only one method for reading Headers, GetHeader. How to get a complete list of Headers...
Top