ngify
    Preparing search index...

    Interface RequestMatch

    Defines a matcher for requests based on URL, method, or both.

    interface RequestMatch {
        method?: string;
        url?: string;
    }
    Index

    Properties

    Properties

    method?: string
    url?: string