(method: Uppercase<HttpMethod>)
| 227 | } |
| 228 | |
| 229 | const makeMethodFn = (method: Uppercase<HttpMethod>) => (options: RequestOptions) => request({ ...options, method }) |
| 230 | |
| 231 | const makeSseFn = (method: Uppercase<HttpMethod>) => async (options: RequestOptions) => { |
| 232 | const { opts, url } = await beforeRequest(options) |
no test coverage detected