Skip to content

Slot: http_method

The HTTP request method indicates the desired action to be performed for a

given resource. Expected values:

  • TRACE
  • CONNECT
  • OPTIONS
  • HEAD
  • DELETE
  • POST
  • PUT
  • GET

URI: ocsf:http_method Alias: http_method

Applicable Classes

Name Description Modifies Slot
HttpRequest The HTTP Request object represents the attributes of a request made to a web yes

Properties

Type and Range

Property Value
Range String
Domain Of HttpRequest

Cardinality and Requirements

Property Value

Aliases

  • HTTP Method

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self ocsf:http_method
native ocsf:http_method

LinkML Source

name: http_method
description: 'The HTTP request method indicates the desired action to be performed
  for a

  given resource. Expected values: <ul> <li>TRACE</li> <li>CONNECT</li>

  <li>OPTIONS</li> <li>HEAD</li> <li>DELETE</li> <li>POST</li> <li>PUT</li>

  <li>GET</li></ul>'
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- HTTP Method
rank: 1000
alias: http_method
domain_of:
- HttpRequest
range: string