method property
Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.
Implementation
final Method? method;
Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.
final Method? method;