@karmaniverous/smoz
    Preparing search index...
    type HttpStackOptions = {
        contentNegotiation?: Parameters<typeof httpContentNegotiation>[0];
        contentType?: string;
        cors?: Parameters<typeof httpCors>[0];
        errorHandler?: Parameters<typeof httpErrorHandler>[0];
        headerNormalizer?: Parameters<typeof httpHeaderNormalizer>[0];
        jsonBodyParser?: Parameters<typeof httpJsonBodyParser>[0];
        logger?: ConsoleLogger;
        serializer?: {
            json?: { label?: string; stringify?: (value: unknown) => string };
        };
    }
    Index

    Properties

    contentNegotiation?: Parameters<typeof httpContentNegotiation>[0]
    contentType?: string
    cors?: Parameters<typeof httpCors>[0]
    errorHandler?: Parameters<typeof httpErrorHandler>[0]
    headerNormalizer?: Parameters<typeof httpHeaderNormalizer>[0]
    jsonBodyParser?: Parameters<typeof httpJsonBodyParser>[0]
    logger?: ConsoleLogger
    serializer?: {
        json?: { label?: string; stringify?: (value: unknown) => string };
    }