Skip to content

ServerRequest

Pre-release
Pre-release

Choose a tag to compare

@g105b g105b released this 27 Jan 12:47
· 124 commits to master since this release

The ServerRequest object has the most functionality as it represents the main object in use in a server-side Http library. This release marks the commit where the ServerRequest object has reached 100% test coverage. There have been many tweaks to achieve this along the way, and a few bugs found too.

Still to test are three objects: Message, Stream and UriResolver.