HTTPRequestMethod

Description

HTTP request method types.

namespace HTTPRequestMethod
{
	enum Type
	{
		DELETE_,
		GET,
		PATCH,
		POST,
		PUT
	};
}