Lines Matching refs:http

46         asyncResp->res.result(boost::beast::http::status::not_acceptable);  in handleFilePut()
59 asyncResp->res.result(boost::beast::http::status::not_found); in handleFilePut()
73 boost::beast::http::status::internal_server_error); in handleFilePut()
88 boost::beast::http::status::internal_server_error); in handleFilePut()
99 boost::beast::http::status::internal_server_error); in handleFilePut()
117 asyncResp->res.result(boost::beast::http::status::bad_request); in handleFilePut()
124 asyncResp->res.result(boost::beast::http::status::bad_request); in handleFilePut()
139 boost::beast::http::status::internal_server_error); in handleFilePut()
154 boost::beast::http::status::internal_server_error); in handleFilePut()
183 asyncResp->res.result(boost::beast::http::status::bad_request); in handleFilePut()
201 boost::beast::http::status::internal_server_error); in handleFilePut()
262 boost::beast::http::status::internal_server_error); in deleteConfigFiles()
280 asyncResp->res.result(boost::beast::http::status::not_found); in handleFileGet()
289 asyncResp->res.result(boost::beast::http::status::not_found); in handleFileGet()
296 asyncResp->res.addHeader(boost::beast::http::field::content_disposition, in handleFileGet()
323 boost::beast::http::status::internal_server_error); in handleFileDelete()
330 asyncResp->res.result(boost::beast::http::status::not_found); in handleFileDelete()
345 asyncResp->res.result(boost::beast::http::status::bad_request); in handleBroadcastService()
351 asyncResp->res.result(boost::beast::http::status::bad_request); in handleBroadcastService()
360 if (req.method() == boost::beast::http::verb::put) in handleFileUrl()
365 if (req.method() == boost::beast::http::verb::get) in handleFileUrl()
370 if (req.method() == boost::beast::http::verb::delete_) in handleFileUrl()
416 .methods(boost::beast::http::verb::get)( in requestRoutes()
432 .methods(boost::beast::http::verb::get)( in requestRoutes()
441 .methods(boost::beast::http::verb::post)( in requestRoutes()
449 .methods(boost::beast::http::verb::put, boost::beast::http::verb::get, in requestRoutes()
450 boost::beast::http::verb::delete_)( in requestRoutes()
459 boost::beast::http::status::bad_request); in requestRoutes()
467 .methods(boost::beast::http::verb::post)( in requestRoutes()