Skip to content

Commit

Permalink
Update src/lib/PetitioRequest.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler J Russell <22531310+Nytelife26@users.noreply.github.com>
  • Loading branch information
HeadTriXz and Nytelife26 authored Apr 9, 2021
1 parent 0e33c98 commit 67d1f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/PetitioRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { stringify } from "querystring"; // eslint-disable-line no-duplicate-imp
/**
* Accepted HTTP methods (currently only supports up to HTTP/1.1).
*/
export type HTTPMethod = "GET" | "HEAD" | "POST" | "PATCH" | "DELETE" | "PUT";
export type HTTPMethod = "GET" | "HEAD" | "POST" | "OPTIONS" | "PUT" | "DELETE" | "TRACE" | "CONNECT" | "PATCH";
/**
* @see [Undici ClientOptions timeout documentation](https://github.com/nodejs/undici/blob/main/docs/api/Client.md#parameter-clientoptions)
*/
Expand Down

0 comments on commit 67d1f34

Please sign in to comment.