HttpRequestType

Defined in header “ark/comms/http_request_type.hh”.


The type of HTTP request (GET, PUT, etc).

Values

  • GET = 0

  • PUT = 1

  • POST = 2

  • OPTIONS = 3

  • HEAD = 4

  • DELETE = 5

  • PATCH = 6