Skip to content

Slot: body_length

The actual length of the HTTP response/request body, in number of bytes,

independent of a potentially existing Content-Length header.

URI: ocsf:body_length Alias: body_length

Applicable Classes

Name Description Modifies Slot
HttpRequest The HTTP Request object represents the attributes of a request made to a web yes
HttpResponse The HTTP Response object contains detailed information about the response sen... yes

Properties

Type and Range

Property Value
Range Integer
Domain Of HttpRequest, HttpResponse

Cardinality and Requirements

Property Value

Aliases

  • Body Length not including header

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

name: body_length
description: 'The actual length of the HTTP response/request body, in number of bytes,

  independent of a potentially existing Content-Length header.'
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Body Length not including header
rank: 1000
alias: body_length
domain_of:
- HttpRequest
- HttpResponse
range: integer