(options?: HttpClientOptions)
| 692 | getLogger(name: string): EggLogger; |
| 693 | get loggers(): EggLoggers; |
| 694 | createHttpClient(options?: HttpClientOptions): HttpClient; |
| 695 | HttpClient: typeof HttpClient; |
| 696 | get httpClient(): HttpClient; |
| 697 | curl<T = any>(url: HttpClientRequestURL, options?: HttpClientRequestOptions): Promise<HttpClientResponse<T>>; |