Module safe_network::url[][src]

Expand description

Implementation of the urls for the SAFE Network.

Structs

SafeUrl

Represents a SafeUrl

Enums

Error

Error type returned by the API

SafeContentType

We encode the content type that a XOR-URL is targetting, this allows the consumer/user to treat the content in particular ways when the content requires it.

SafeDataType

We also encode the native SAFE data type where the content is being stored on the SAFE Network, this allows us to fetch the targetted data using the corresponding API, regardless of the data that is being held which is identified by the SafeContentType instead.

SafeUrlType

An enumeration of possible SafeUrl types.

XorUrlBase

Supported base encoding for XOR URLs

Constants

DEFAULT_XORURL_BASE

Default base encoding used for XOR URLs

NRS_MAP_TYPE_TAG

Type tag to use for the NrsMapContainer stored on Sequence

Type Definitions

Result

Custom Result type for url crate.

XorUrl

The XOR-URL type