package.dist.src.internal.grpc.headers-interceptor.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
Client SDK for Momento services
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