httpMethod constant

IriTerm const httpMethod

httpMethod [Expects: http://schema.org/Text]

An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP.

Can be used on: http://schema.org/EntryPoint

Implementation

static const httpMethod = IriTerm.prevalidated(
  'http://schema.org/httpMethod',
);