Moonshard

README / Globals / RequestMethod

# Enumeration: RequestMethod

# Index

# Enumeration members

# Enumeration members

# ALL

ALL: {} = "ALL"


# DELETE

DELETE: {} = "DELETE"


# GET

GET: {} = "GET"


HEAD: {} = "HEAD"


# OPTIONS

OPTIONS: {} = "OPTIONS"


# PATCH

PATCH: {} = "PATCH"


# POST

POST: {} = "POST"


# PUT

PUT: {} = "PUT"