sys::Obj web::WebReq
public class WebReq
WebReq models the request side of an HTTP transaction.
public Str method
HTTP method: "GET"
public inline WebParams params
Request parameters
public inline Path path
The parsed path segments: "a", "b", "c"
public Str query
The query part of uri or empty string: "query"
public WebService service
Parent web service component
public Str uri
The full request URI: "/a/b/c?query"
public Str version
HTTP version: "HTTP/1.1"
public void dump(OutStream out)