@typia/website
    Preparing search index...

    HTTP basic authentication type.

    interface IHttpBasic {
        description?: string;
        scheme: "basic";
        type: "http";
    }
    Index

    Properties

    description?: string
    scheme: "basic"
    type: "http"