Updated yaws_api.hrl to the version from Yaws 1.98
This commit is contained in:
		@@ -11,7 +11,8 @@
 | 
				
			|||||||
          clisock,        % the socket leading to the peer client
 | 
					          clisock,        % the socket leading to the peer client
 | 
				
			||||||
          client_ip_port, % {ClientIp, ClientPort} tuple
 | 
					          client_ip_port, % {ClientIp, ClientPort} tuple
 | 
				
			||||||
          headers,        % headers
 | 
					          headers,        % headers
 | 
				
			||||||
          req,            % request
 | 
					          req,            % request (possibly rewritten)
 | 
				
			||||||
 | 
					          orig_req,       % original request
 | 
				
			||||||
          clidata,        % The client data (as a binary in POST requests)
 | 
					          clidata,        % The client data (as a binary in POST requests)
 | 
				
			||||||
          server_path,    % The normalized server path
 | 
					          server_path,    % The normalized server path
 | 
				
			||||||
                          % (pre-querystring part of URI)
 | 
					                          % (pre-querystring part of URI)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user