Skip to content

Latest commit

 

History

History
76 lines (39 loc) · 2.5 KB

File metadata and controls

76 lines (39 loc) · 2.5 KB

Module rfc7232

IETF RFC 7232 implementation.

Copyright (c) 2016, elli-lib team

Authors: Eric Bailey (eric@ericb.me) (web site: https://github.com/yurrriq).

References* IETF RFC 7232

Data Types


etag() = binary()

An ETag is a binary.

A result is an Elli request or elli_handler result, i.e. an HTTP response.

Function Index

init/3
init/4

Function Details

init/3


init(Req, Mtime, ETag) -> result() | no_return()

init/4


init(Req, Mtime, ETag, Res) -> elli_handler:result()