OPTIONS constructor

const OPTIONS(
  1. String path
)

Implementation

const OPTIONS(String path) : super(HttpMethod.OPTIONS, path);