SimplifiedFetch

Home > simplified-fetch > Methods

Methods type

Http(s) request methods

Signature:

export declare type Methods = `DELETE` | `GET` | `HEAD` | `OPTIONS` | `POST` | `PUT` | `PATCH`;

Remarks

spec