Skip to main content

validate_http_stream_method

Function validate_http_stream_method 

Source
pub fn validate_http_stream_method(
    op_name: &str,
    kind: Option<HttpStreamKind>,
    method: &str,
    support: HttpStreamTargetSupport<'_>,
) -> Result<(), String>