uri_decode_data_uri


Description:


public Bytes uri_decode_data_uri (string uri, out string? content_type)

Decodes the given data URI and returns its contents and content_type.

Parameters:

uri

a data URI, in string form

content_type

location to store content type

Returns:

a Bytes with the contents of uri, or null if uri is not a valid data URI


Namespace: Soup
Package: libsoup-3.0