Documentation
    Preparing search index...
    interface IProps {
        contentType: string;
        host: string;
        method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
        path: string;
    }
    Index

    Properties

    contentType: string
    host: string
    method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE"
    path: string