httpyac
Version:
HTTP/REST CLI Client for *.http files
7 lines (6 loc) • 426 B
TypeScript
import * as grpc from '@grpc/grpc-js';
export declare class PathAwareChannel extends grpc.Channel {
readonly path: string;
constructor(address: string, credentials: grpc.ChannelCredentials, options: grpc.ChannelOptions, path: string);
createCall(method: string, deadline: grpc.Deadline, host: string | null | undefined, parentCall: null, propagateFlags: number | null | undefined): grpc.experimental.CallStream;
}