http.entry.response

Element details

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

Fields

fielddescription               requiredsignaturedefaulttype
parent_entry_refnullEntryRef
trace_id"-"str
sensitivetruebool
internalfalsebool
request_idstr
content_typestr
datanulldict
headers{}
dict
statusint
textnullstr
urlnullstr

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"
    }
}