Skip to content

Releases: xp-forge/web

0.6.2: Prefork

07 Jul 00:17
Compare
Choose a tag to compare
0.6.2: Prefork Pre-release
Pre-release
  • Added support for prefork mode; use -m prefork[,n] on command line
    (@thekid)

0.6.1: Keep-alive semantics control

06 Jul 23:47
Compare
Choose a tag to compare
Pre-release
  • 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

06 Jul 23:01
Compare
Choose a tag to compare
Pre-release
  • Changed logging to contain full stack trace of exceptions - @thekid
  • Closed socket on malformed requests - @thekid

0.5.0: Request streaming

02 Jul 23:48
Compare
Choose a tag to compare
Pre-release
  • 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

29 Jun 22:30
Compare
Choose a tag to compare
Pre-release
  • Fixed issue #15: curl: (52) Empty reply from server - @thekid
  • Implemented issue #12: Simplify streaming to the response
    • PR #14: Add stream() method
    • PR #13: Refactor Output to abstract base class implementing OutputStream
      (@thekid)

0.3.0: Range requests support

25 Jun 18:51
Compare
Choose a tag to compare
Pre-release
  • Merged pull request #9: Ranges support - @thekid
  • Merged pull request #8: Refactor output - @thekid
  • Fixed issue #7: Dependencies missing - @thekid
  • Fixed issue #6: Chunked transfer encoding - @thekid

0.2.0: XP9 compatibility

04 Jun 16:16
Compare
Choose a tag to compare
Pre-release
  • Added forward compatibility with XP 9.0.0 - @thekid

0.1.0: Hello World

07 May 20:30
Compare
Choose a tag to compare
0.1.0: Hello World Pre-release
Pre-release
  • Hello World! First release - @thekid