Table of Contents

Interface IGeminiPostRequest

Namespace
Uralstech.UGemini

All Gemini API POST requests must inherit from this interface.

public interface IGeminiPostRequest : IGeminiRequest
Inherited Members
Extension Methods

Properties

ContentType

The MIME type of the request content.

string ContentType { get; }

Property Value

string

Methods

GetUtf8EncodedData()

Converts the request object to a UTF-8 encoded string.

string GetUtf8EncodedData()

Returns

string

The string data.