2023-10-28 14:55:26 +02:00
|
|
|
[bandcamp-fetch](../README.md) / FetchMethod
|
|
|
|
|
|
|
|
# Enumeration: FetchMethod
|
|
|
|
|
|
|
|
## Table of contents
|
|
|
|
|
|
|
|
### Enumeration Members
|
|
|
|
|
|
|
|
- [GET](FetchMethod.md#get)
|
2023-10-29 18:25:17 +01:00
|
|
|
- [HEAD](FetchMethod.md#head)
|
2023-10-28 14:55:26 +02:00
|
|
|
- [POST](FetchMethod.md#post)
|
|
|
|
|
|
|
|
## Enumeration Members
|
|
|
|
|
|
|
|
### GET
|
|
|
|
|
|
|
|
• **GET** = ``"GET"``
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/utils/Fetcher.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/utils/Fetcher.ts#L6)
|
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### HEAD
|
|
|
|
|
|
|
|
• **HEAD** = ``"HEAD"``
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
|
|
|
[lib/utils/Fetcher.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/utils/Fetcher.ts#L8)
|
2023-10-28 14:55:26 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### POST
|
|
|
|
|
|
|
|
• **POST** = ``"POST"``
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/utils/Fetcher.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/utils/Fetcher.ts#L7)
|