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)) #

Class Method Detail

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

Header link parser


Instance Method Detail

def params : Hash(String, String) #

def rel : String #

def target : String #

def to_s(io) #