RequestHandler¶
詳細情報¶
メンバー¶
~RequestHandler()¶
virtual RequestHandler::~RequestHandler()
canHandle()¶
virtual bool RequestHandler::canHandle(HTTPMethod method, String uri)
引数
- HTTPMethod
method
- String
uri
戻り値
bool
canUpload()¶
virtual bool RequestHandler::canUpload(String uri)
引数
- String
uri
戻り値
bool
handle()¶
virtual bool RequestHandler::handle(WebServer &server, HTTPMethod requestMethod, String requestUri)
引数
- WebServer&
server
- HTTPMethod
requestMethod
- String
requestUri
戻り値
bool
upload()¶
virtual void RequestHandler::upload(WebServer &server, String requestUri, HTTPUpload &upload)
引数
- WebServer&
server
- String
requestUri
- HTTPUpload&
upload
next()¶
RequestHandler* RequestHandler::next()
戻り値
RequestHandler*
next()¶
void RequestHandler::next(RequestHandler *r)
引数
- RequestHandler*
r
pathArg()¶
const String& RequestHandler::pathArg(unsigned int i)
引数
- unsigned int
i
戻り値
constString &