struct Halite::HeaderLink

Overview

HeaderLink

ref: https://tools.ietf.org/html/rfc5988

Defined in:

halite/header_link.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(rel : String, target : String, params : Hash(String, String)) #

[View source]

Class Method Detail

def self.parse(raw : String, uri : URI | Nil = nil) : Hash(String, Halite::HeaderLink) #

Header link parser


[View source]

Instance Method Detail

def params : Hash(String, String) #

[View source]
def rel : String #

[View source]
def target : String #

[View source]
def to_s(io) #

[View source]