This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
EWF
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
0b00bc4f6892db8169bfb09222513e9a4ce3ebf2
EWF
/
library
/
server
/
ewsgi
/
connectors
/
standalone
/
src
T
History
jvelilla
0b00bc4f68
Added Missing Class and feature descriptions.
...
Removed author entry.
2015-04-06 12:24:47 -03:00
..
httpd
Added Missing Class and feature descriptions.
2015-04-06 12:24:47 -03:00
implementation
renamed keep_alive_requested as is_persistent_connection_requested.
2015-04-01 22:51:20 +02:00
wgi_standalone_connector.e
…
wgi_standalone_error_stream.e
…
wgi_standalone_input_stream.e
…
wgi_standalone_output_stream.e
Better support for HTTP/1.0 and also related to persistent connection.
2015-04-01 22:41:43 +02:00
wgi_standalone_response_stream.e
Following the spec, use "keep-alive" and "close" in lowercase for Connection header.
2015-04-01 22:44:24 +02:00
wgi_standalone_server_observer.e
…