struct Protocol::Network::LoadNetworkResourcePageResult
- Protocol::Network::LoadNetworkResourcePageResult
- Struct
- Value
- Object
Overview
An object providing the result of a network resource load.
Included Modules
- JSON::Serializable
Defined in:
protocol/network.crConstructors
Instance Method Summary
-
#headers : Network::Headers | Nil
Response headers.
- #http_status_code : Number::Primitive | Nil
-
#net_error : Number::Primitive | Nil
Optional values used for error reporting.
- #net_error_name : String | Nil
-
#stream : IO::StreamHandle | Nil
If successful, one of the following two fields holds the result.
- #success : Bool
Constructor Detail
Instance Method Detail
def stream : IO::StreamHandle | Nil
#
If successful, one of the following two fields holds the result.