66
77# Enumeration: FetchetRequestMethod
88
9- Defined in: types.ts:33
9+ Defined in: [ types.ts:33] ( https://github.com/brysonbw/fetchet/blob/cb463bcedb07349f7406e3d774822146d47c777d/src/types.ts#L33 )
1010
1111Enum representing [ HTTP request methods] ( https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Methods )
1212
@@ -16,7 +16,7 @@ Enum representing [HTTP request methods](https://developer.mozilla.org/en-US/doc
1616
1717> ** DELETE** : ` "DELETE" `
1818
19- Defined in: types.ts:44
19+ Defined in: [ types.ts:44] ( https://github.com/brysonbw/fetchet/blob/cb463bcedb07349f7406e3d774822146d47c777d/src/types.ts#L44 )
2020
2121Delete the specified resource
2222
@@ -26,7 +26,7 @@ Delete the specified resource
2626
2727> ** GET** : ` "GET" `
2828
29- Defined in: types.ts:35
29+ Defined in: [ types.ts:35] ( https://github.com/brysonbw/fetchet/blob/cb463bcedb07349f7406e3d774822146d47c777d/src/types.ts#L35 )
3030
3131Request a representation of the specified resource
3232
@@ -36,7 +36,7 @@ Request a representation of the specified resource
3636
3737> ** HEAD** : ` "HEAD" `
3838
39- Defined in: types.ts:53
39+ Defined in: [ types.ts:53] ( https://github.com/brysonbw/fetchet/blob/cb463bcedb07349f7406e3d774822146d47c777d/src/types.ts#L53 )
4040
4141Ask for a response identical to a GET request, but without a response body
4242
@@ -46,7 +46,7 @@ Ask for a response identical to a GET request, but without a response body
4646
4747> ** OPTIONS** : ` "OPTIONS" `
4848
49- Defined in: types.ts:50
49+ Defined in: [ types.ts:50] ( https://github.com/brysonbw/fetchet/blob/cb463bcedb07349f7406e3d774822146d47c777d/src/types.ts#L50 )
5050
5151Describe the communication options for the target resource
5252
@@ -56,7 +56,7 @@ Describe the communication options for the target resource
5656
5757> ** PATCH** : ` "PATCH" `
5858
59- Defined in: types.ts:47
59+ Defined in: [ types.ts:47] ( https://github.com/brysonbw/fetchet/blob/cb463bcedb07349f7406e3d774822146d47c777d/src/types.ts#L47 )
6060
6161Applies partial modifications to a resource
6262
@@ -66,7 +66,7 @@ Applies partial modifications to a resource
6666
6767> ** POST** : ` "POST" `
6868
69- Defined in: types.ts:38
69+ Defined in: [ types.ts:38] ( https://github.com/brysonbw/fetchet/blob/cb463bcedb07349f7406e3d774822146d47c777d/src/types.ts#L38 )
7070
7171Submit an entity to the specified resource
7272
@@ -76,6 +76,6 @@ Submit an entity to the specified resource
7676
7777> ** PUT** : ` "PUT" `
7878
79- Defined in: types.ts:41
79+ Defined in: [ types.ts:41] ( https://github.com/brysonbw/fetchet/blob/cb463bcedb07349f7406e3d774822146d47c777d/src/types.ts#L41 )
8080
8181Replace all current representations of the target resource with the request
0 commit comments