Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt

Use this file to discover all available pages before exploring further.

Represents the server’s IP address and port.

Definition

object ServerAddress {
  ipAddress: String
  port: Int
}

Fields

ipAddress

String The IP address of the server (e.g., “192.168.1.1”).

port

Int The port number (e.g., 80 or 443).