Create a Pubky HTTP client.
Optionalconfig_opt: PubkyClientConfig | nullA configured low-level client. Prefer new Pubky().client unless you
need custom relays/timeouts.
Perform a raw fetch. Works with http(s):// URLs.
Optionalinit: RequestInit | null
Standard fetch options; credentials: "include" recommended for session I/O.
StatictestnetCreate a client wired for local testnet.
Configures PKARR relays for the testnet and remembers the hostname for WASM _pubky mapping.
Optionalhost: string | null
Testnet hostname or IP.
A client ready to talk to your local testnet.
Low-level HTTP bridge used by the Pubky facade and actors.
http(s)://URLs targeting Pubky or ICANN hosts.credentials: "include"to send cookies.