http.entry.response

Element details

type: meya.http.entry.response
class: HttpResponseEntry
path: /meya/http/entry/response.py
signature: -

Fields

field

description

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

required

signature

default

type

parent_entry_ref

null

EntryRef

trace_id

"-"

str

sensitive

true

bool

internal

false

bool

request_id

str

content_type

str

data

null

dict

headers

{}

dict

status

int

text

null

str

url

null

str

Usage reference

Data

{
    "type": "meya.http.entry.response", 
    "data": {
        "parent_entry_ref": {
            "ledger": "STRING", 
            "id": "STRING", 
            "data": {
                "STRING": "STRING"
            }
        }, 
        "trace_id": "STRING", 
        "sensitive": false, 
        "internal": false, 
        "request_id": "STRING", 
        "content_type": "STRING", 
        "data": {
            "STRING": "ANY"
        }, 
        "headers": {
            "STRING": "STRING"
        }, 
        "status": 123, 
        "text": "STRING", 
        "url": "STRING"
    }
}