Releases: xp-forge/web
Releases · xp-forge/web
1.4.2: Development server fix
- Fixed
Class "com.example.App+xp.web.dev.Console" could not be found
errors when using development webserver.
(@thekid)
1.4.1: File names as application sources
1.4.0: Environment arguments
1.3.0: Response cookies
1.2.0: Routing simplification
1.1.0: Dispatch
1.0.1: SAPI fixes
- Fixed SSL and HTTP version detection when running inside PHP SAPIs,
e.g. Apache; or the development webserver.
(@thekid)
1.0.0: HTTP/1.0 handling
- Fixed handling of HTTP/1.0 requests:
- Answer with HTTP/1.0 in response status line
- Close connection unless
Connection: keep-alive
is sent - Do not answer with chunked with persistent connections, see
https://tools.ietf.org/html/rfc2068#section-19.7.1
(@thekid)
0.14.1: Status code fix
- Fixed development webserver not respecting HTTP status codes properly
(@thekid)