class
XMPP::Stanza::Header
- XMPP::Stanza::Header
- Reference
- Object
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.crConstructors
Class Method Summary
Instance Method Summary
- #name : String
- #name=(name : String)
- #to_xml(xml : XML::Builder)
- #value : String
- #value=(value : String)