**[do-wrapper](../README.md)**

> [Globals](../globals.md) / ["common"](../modules/_common_.md) / HttpMethods

# Enumeration: HttpMethods

## Index

### Enumeration members

* [DELETE](_common_.httpmethods.md#delete)
* [GET](_common_.httpmethods.md#get)
* [PATCH](_common_.httpmethods.md#patch)
* [POST](_common_.httpmethods.md#post)
* [PUT](_common_.httpmethods.md#put)

## Enumeration members

### DELETE

•  **DELETE**:  = "DELETE"

*Defined in [common.ts:6](https://github.com/matt-major/do-wrapper/blob/ace756c/src/common.ts#L6)*

___

### GET

•  **GET**:  = "GET"

*Defined in [common.ts:2](https://github.com/matt-major/do-wrapper/blob/ace756c/src/common.ts#L2)*

___

### PATCH

•  **PATCH**:  = "PATCH"

*Defined in [common.ts:5](https://github.com/matt-major/do-wrapper/blob/ace756c/src/common.ts#L5)*

___

### POST

•  **POST**:  = "POST"

*Defined in [common.ts:3](https://github.com/matt-major/do-wrapper/blob/ace756c/src/common.ts#L3)*

___

### PUT

•  **PUT**:  = "PUT"

*Defined in [common.ts:4](https://github.com/matt-major/do-wrapper/blob/ace756c/src/common.ts#L4)*
