Fake Mirrors
    Preparing search index...

    Class FullMessageModel

    Represents a full message model.

    Hierarchy (View Summary)

    Constructors

    • Creates a new full message model instance.

      Parameters

      • campaignId: string

        The ID of the campaign this message belongs to

      • messageId: string

        The unique identifier of the message

      • proxyId: string

        The ID of the proxy that processed this message

      • targetId: string

        The ID of the target that handled this message

      • sessionId: string

        The ID of the session that generated this message

      • type:
            | "normal-simple"
            | "normal-stream-request"
            | "normal-stream-response"
            | "websocket"

        The message type

      • method: "HEAD" | "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "OPTIONS"

        The HTTP method

      • url: string

        The request URL

      • requestHeaders: HttpHeaders

        The request headers

      • requestBody: HttpBody

        The request body

      • status: number

        The HTTP status code

      • responseHeaders: HttpHeaders

        The response headers

      • responseBody: HttpBody

        The response body

      • connection: HttpConnection

        Connection details

      • payload: HttpPayload

        Payload information

      • errors: HttpError[]

        Array of errors that occurred during processing

      • analyze: string

        Analyze identifier

      • startTime: number

        Start timestamp

      • finishTime: number

        Finish timestamp

      • createdAt: Date

        The date and time when the message was created

      Returns FullMessageModel

    Properties

    analyze: string

    Analyze identifier

    campaignId: string

    The ID of the campaign this message belongs to

    connection: HttpConnection

    Connection details

    createdAt: Date

    The date and time when the message was created

    errors: HttpError[]

    Array of errors that occurred during processing

    finishTime: number

    Finish timestamp

    messageId: string

    The unique identifier of the message

    method: "HEAD" | "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "OPTIONS"

    The HTTP method

    payload: HttpPayload

    Payload information

    proxyId: string

    The ID of the proxy that processed this message

    requestBody: HttpBody

    The request body

    requestHeaders: HttpHeaders

    The request headers

    responseBody: HttpBody

    The response body

    responseHeaders: HttpHeaders

    The response headers

    sessionId: string

    The ID of the session that generated this message

    startTime: number

    Start timestamp

    status: number

    The HTTP status code

    targetId: string

    The ID of the target that handled this message

    type:
        | "normal-simple"
        | "normal-stream-request"
        | "normal-stream-response"
        | "websocket"

    The message type

    url: string

    The request URL

    Accessors

    Methods