Searched refs:StatusCode (Results 1 – 5 of 5) sorted by relevance
| /xiu/protocol/webrtc/src/session/ |
| H A D | mod.rs | 34 use http::StatusCode; 228 let status_code = http::StatusCode::OK; in run() 277 let status_code = http::StatusCode::CREATED; in publish_whip() 290 let status_code = http::StatusCode::SERVICE_UNAVAILABLE; in publish_whip() 392 let status_code = http::StatusCode::CREATED; in subscribe_whep() 404 let status_code = http::StatusCode::SERVICE_UNAVAILABLE; in subscribe_whep() 469 fn gen_response(status_code: StatusCode) -> HttpResponse { in gen_response() 485 let mut response = Self::gen_response(http::StatusCode::OK); in gen_file_response()
|
| /xiu/protocol/httpflv/src/ |
| H A D | server.rs | 7 Body, Request, Response, Server, StatusCode, 57 .status(StatusCode::NOT_FOUND) in handle_connection()
|
| /xiu/protocol/hls/src/ |
| H A D | server.rs | 4 Body, Request, Response, Server, StatusCode, 55 .status(StatusCode::NOT_FOUND) in not_found()
|
| /xiu/protocol/rtsp/src/session/ |
| H A D | mod.rs | 30 use http::StatusCode; 218 let status_code = http::StatusCode::OK; in handle_options() 228 let status_code = http::StatusCode::OK; in handle_describe() 319 let status_code = http::StatusCode::OK; in handle_announce() 327 let status_code = http::StatusCode::OK; in handle_setup() 459 let status_code = http::StatusCode::OK; in handle_play() 547 let status_code = http::StatusCode::OK; in handle_record() 638 fn gen_response(status_code: StatusCode, rtsp_request: &RtspRequest) -> RtspResponse { in gen_response() argument
|
| /xiu/protocol/rtsp/src/http/ |
| H A D | mod.rs | 306 let stats_code = http::StatusCode::OK; in test_http_status_code()
|