#[unsafe(no_mangle)]pub unsafe extern "C" fn moq_session_request_path(
request: u32,
dst: *mut moq_string,
) -> i32Expand 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
dstmust point at a writable moq_string.