Name
SPVM::Mojo::UserAgent::Transactor::Endpoint - Transaction endpoint
Description
Mojo::UserAgent::Transactor::Endpoint class in SPVM represents a transaction endpoint.
Usage
use Mojo::UserAgent::Transactor::Endpoint;
Interfaces
Fields
protocol
has protocol : rw string;
A protocol.
host
has host : rw string;
A host.
port
has port : rw int;
A port.
Class Methods
new
static method new : Mojo::UserAgent::Transactor::Endpoint ();
Create a new Mojo::UserAgent::Transactor::Endpoint object, and return it.
Instance Methods
to_string
method to_string : string ();
Return the endpoint to a string.
See Also
Copyright & License
Copyright (c) 2025 Yuki Kimoto
MIT License