Lines Matching refs:http
103 boost::beast::http::status result, in setErrorResponse()
491 if (asyncResp->res.result() == boost::beast::http::status::ok) in ~InProgressActionData()
498 boost::beast::http::status::not_found, in ~InProgressActionData()
508 boost::beast::http::status::internal_server_error, in ~InProgressActionData()
528 boost::beast::http::status::bad_request, desc, in setErrorStatus()
1523 boost::beast::http::status:: in findActionOnInterface()
1531 boost::beast::http::status:: in findActionOnInterface()
1568 boost::beast::http::status::unsupported_media_type, in handleAction()
1575 boost::beast::http::status::bad_request, noJsonDesc, in handleAction()
1583 boost::beast::http::status::bad_request, noJsonDesc, in handleAction()
1591 boost::beast::http::status::bad_request, noJsonDesc, in handleAction()
1610 boost::beast::http::status::not_found, in handleAction()
1641 boost::beast::http::status::method_not_allowed, in handleDelete()
1671 boost::beast::http::status::not_found, in handleList()
1709 boost::beast::http::status::not_found, in handleEnumerate()
1738 boost::beast::http::status::not_found, in handleGet()
1755 boost::beast::http::status::not_found, in handleGet()
1819 boost::beast::http::status::not_found, in handleGet()
1847 boost::beast::http::status::forbidden, in ~AsyncPutRequest()
1860 boost::beast::http::status::internal_server_error, in setErrorStatus()
1877 setErrorResponse(asyncResp->res, boost::beast::http::status::forbidden, in handlePut()
1887 boost::beast::http::status::unsupported_media_type, in handlePut()
1895 boost::beast::http::status::bad_request, noJsonDesc, in handlePut()
1904 boost::beast::http::status::bad_request, noJsonDesc, in handlePut()
1921 boost::beast::http::status::not_found, in handlePut()
2046 boost::beast::http:: in handlePut()
2104 if (req.method() == boost::beast::http::verb::post) in handleDBusUrl()
2118 else if (req.method() == boost::beast::http::verb::get) in handleDBusUrl()
2147 else if (req.method() == boost::beast::http::verb::put) in handleDBusUrl()
2152 else if (req.method() == boost::beast::http::verb::delete_) in handleDBusUrl()
2159 boost::beast::http::status::method_not_allowed, in handleDBusUrl()
2213 asyncResp->res.result(boost::beast::http::status::not_found); in handleBusSystemPost()
2239 boost::beast::http::status::internal_server_error); in handleBusSystemPost()
2292 boost::beast::http::status::internal_server_error); in handleBusSystemPost()
2333 boost::beast::http::status::not_found); in handleBusSystemPost()
2460 if (req.method() != boost::beast::http::verb::post) in handleBusSystemPost()
2462 asyncResp->res.result(boost::beast::http::status::not_found); in handleBusSystemPost()
2471 boost::beast::http::status::unsupported_media_type, in handleBusSystemPost()
2478 boost::beast::http::status::bad_request, in handleBusSystemPost()
2485 asyncResp->res.result(boost::beast::http::status::bad_request); in handleBusSystemPost()
2502 .methods(boost::beast::http::verb::get)( in requestRoutes()
2514 .methods(boost::beast::http::verb::get)( in requestRoutes()
2524 boost::beast::http::status::internal_server_error); in requestRoutes()
2546 .methods(boost::beast::http::verb::get)( in requestRoutes()
2554 .methods(boost::beast::http::verb::get)( in requestRoutes()
2564 .methods(boost::beast::http::verb::put, boost::beast::http::verb::post, in requestRoutes()
2565 boost::beast::http::verb::delete_)( in requestRoutes()
2575 .methods(boost::beast::http::verb::get)( in requestRoutes()
2585 .methods(boost::beast::http::verb::put, boost::beast::http::verb::post, in requestRoutes()
2586 boost::beast::http::verb::delete_)( in requestRoutes()
2596 .methods(boost::beast::http::verb::get)( in requestRoutes()
2603 boost::beast::http::status::bad_request); in requestRoutes()
2616 boost::beast::http::status::not_found); in requestRoutes()
2630 boost::beast::http::field::content_type, in requestRoutes()
2646 boost::beast::http::status::not_found); in requestRoutes()
2653 boost::beast::http::field::content_disposition, in requestRoutes()
2658 asyncResp->res.result(boost::beast::http::status::not_found); in requestRoutes()
2665 .methods(boost::beast::http::verb::get)( in requestRoutes()
2674 .methods(boost::beast::http::verb::get, in requestRoutes()
2675 boost::beast::http::verb::post)(handleBusSystemPost); in requestRoutes()