HttpMethod constructor

const HttpMethod(
  1. String value
)

HTTP Method such as GET or PUT.

Implementation

const HttpMethod(this.value);