sinch-rtc
Version:
RTC JavaScript/Web SDK
12 lines (11 loc) • 336 B
TypeScript
import { RequestContext } from "./api";
import { Request } from "./auth";
export declare class Context implements Request {
private context;
method: string;
url: URL;
content: any;
constructor(context: RequestContext);
get headers(): Record<string, string>;
addHeader(header: string, value: string): void;
}