enum Protocol::Network::ContentEncoding

Overview

List of content encodings supported by the backend.

Defined in:

protocol/network.cr

Enum Members

Deflate = 0
Gzip = 1
Br = 2

Instance Method Summary

Class methods inherited from struct Enum

parse?(string : String) : self | Nil parse?

Instance Method Detail

def br? #

[View source]
def deflate? #

[View source]
def gzip? #

[View source]