Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 509 Bytes

data_thoughts.md

File metadata and controls

18 lines (11 loc) · 509 Bytes

Request-Generated

  • Each request receives it's own id.
  • A transaction_id is only generated if there is no available from context (cls) see Response-Received.

Request-Received

  • transaction data will be extracted
  • transaction_id will be set from extracted transaction data
  • id will be set from extracted transaction data

Response-Generated

  • Each response sets the previously extracted transaction_id and id

Response-Received

  • Each response extracts transaction_id and id