Public Types | |
typedef restcgi::method | method_type |
method type | |
typedef boost::shared_ptr< method_type > | method_pointer |
method shared ptr | |
Public Member Functions | |
uri_info () | |
Construct. | |
uri_info (method_pointer m) | |
Construct. | |
const uripp::path & | path () const |
Get path from CGI (path used in resource::locate()). | |
const uripp::query & | query () const |
Get query. | |
void | method (method_pointer m) |
Set method. |