Skip to main content

moq_session_request_path

Function moq_session_request_path 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn moq_session_request_path( request: u32, dst: *mut moq_string, ) -> i32
Expand description

The path of a session request, without the query, or empty for the root.

The destination borrows the request’s storage: copy it out before accept, reject, or moq_session_request_free. Returns a zero on success, or a negative code on failure.

§Safety