Http::Request - mfichman/jogo GitHub Wiki
The request object stores information about the type of request that will be sent to the server. Request objects may be reused multiple times for efficiency.
@init()
@destroy()
No comment
method=(_arg0 Http::Method)
No comment
method?() Http::Method
No comment
path=(_arg0 String)
No comment
path?() String
No comment
headers?() Hash[String,String]
No comment