The url helps defining a route.
#include <seastar/http/routes.hh>
|
sstring | _path |
|
sstring | _param |
|
◆ url() [1/2]
seastar::httpd::url::url |
( |
url && |
| ) |
|
|
default |
◆ url() [2/2]
seastar::httpd::url::url |
( |
const sstring & |
path | ) |
|
|
inline |
Construct with a url path as it's parameter
- Parameters
-
path | the url path to be used |
◆ remainder()
url & seastar::httpd::url::remainder |
( |
const sstring & |
param | ) |
|
|
inline |
Adds a parameter that matches untill the end of the URL.
- Parameters
-
- Returns
- the current url
The documentation for this class was generated from the following file: