Current section

Files

Jump to
ewe include ewe@internal@decoder_HttpRequest.hrl
Raw

include/ewe@internal@decoder_HttpRequest.hrl

-record(http_request, {
method :: bitstring(),
path :: ewe@internal@decoder:abs_path(),
version :: {integer(), integer()}
}).