WIP Accesses
This commit is contained in:
parent
8de5fdb5f7
commit
ce8f3ebce0
869 changed files with 217487 additions and 2851 deletions
11
src/Yavsc/wwwroot/lib/microsoft/signalr/dist/esm/DefaultHttpClient.d.ts
vendored
Normal file
11
src/Yavsc/wwwroot/lib/microsoft/signalr/dist/esm/DefaultHttpClient.d.ts
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { HttpClient, HttpRequest, HttpResponse } from "./HttpClient";
|
||||
import { ILogger } from "./ILogger";
|
||||
/** Default implementation of {@link @microsoft/signalr.HttpClient}. */
|
||||
export declare class DefaultHttpClient extends HttpClient {
|
||||
private readonly _httpClient;
|
||||
/** Creates a new instance of the {@link @microsoft/signalr.DefaultHttpClient}, using the provided {@link @microsoft/signalr.ILogger} to log messages. */
|
||||
constructor(logger: ILogger);
|
||||
/** @inheritDoc */
|
||||
send(request: HttpRequest): Promise<HttpResponse>;
|
||||
getCookieString(url: string): string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue