Releases: xp-forge/web
Releases · xp-forge/web
0.6.2: Prefork
- Added support for prefork mode; use
-m prefork[,n]
on command line
(@thekid)
0.6.1: Keep-alive semantics control
- Added
NO_KEEPALIVE
environment variable to switch off keep-alive
semantics. This might be causing problems with certain proxy setups
(@thekid)
0.6.0: Full stacktraces
0.5.0: Request streaming
- Added
web.Request::stream()
method to read the raw data sent along with
e.g. POST or PUT requests.
(@thekid)
0.4.0: Simplify streaming
0.3.0: Range requests support
0.2.0: XP9 compatibility
- Added forward compatibility with XP 9.0.0 - @thekid
0.1.0: Hello World
- Hello World! First release - @thekid