Portex SDK Documentation
    Preparing search index...

    Interface PortexRequestOptions

    interface PortexRequestOptions {
        method?: "GET" | "POST" | "PUT" | "DELETE";
        data?: any;
        headers?: Record<string, string>;
    }
    Index

    Properties

    method?: "GET" | "POST" | "PUT" | "DELETE"
    data?: any
    headers?: Record<string, string>