Updated yaws_api.hrl to the version from Yaws 1.98

This commit is contained in:
Jonathan Bernard 2014-07-28 08:30:27 -05:00
parent dc70b00403
commit 3f21f62889

View File

@ -11,7 +11,8 @@
clisock, % the socket leading to the peer client
client_ip_port, % {ClientIp, ClientPort} tuple
headers, % headers
req, % request
req, % request (possibly rewritten)
orig_req, % original request
clidata, % The client data (as a binary in POST requests)
server_path, % The normalized server path
% (pre-querystring part of URI)