HttpMethod constructor

const HttpMethod(
  1. String val
)

Implementation

const HttpMethod(String val) : super(val);