class XMPP::Stanza::Header

Overview

Header is a name/value pair the upload service requires the client to send with the PUT (e.g. an Authorization bearer token).

Defined in:

xmpp/stanza/iq/http_upload.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(node : XML::Node) #

[View source]

Class Method Detail

def self.xml_name : String #

[View source]

Instance Method Detail

def name : String #

[View source]
def name=(name : String) #

[View source]
def to_xml(xml : XML::Builder) #

[View source]
def value : String #

[View source]
def value=(value : String) #

[View source]