All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.src.internal.grpc.headers-interceptor.d.ts Maven / Gradle / Ivy

There is a newer version: 1.105.0
Show newest version
import { Interceptor } from '@grpc/grpc-js';
export declare class Header {
    readonly onceOnlyHeaders: string[];
    readonly name: string;
    readonly value: string;
    /**
     * @param {string} name
     * @param {string} value
     */
    constructor(name: string, value: string);
}
export declare class HeaderInterceptor {
    static createHeadersInterceptor(headers: Header[]): Interceptor;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy