Interface MessageMetadata

The metadata object that is attached to every request and response. It contains data about the request or response, such as high-resolution timing information.

interface MessageMetadata {
    ts: Timings;
}

Properties

Properties