Fix up xt/server.rakutest
Parse content of :ended stream records
This allows simplifying testing code.
Allow building Record::Params with @pairs
Simplifies test code a bit.
Implement Request.{socket,peer}-{host,port}
Fix NameValuePairs error handling
Improve META6.json
Add `auth` and `support`. Reorder.
Add a README.md to please SourceHut
Bump dependencies in META6.json
Make integration tests more robust
Implement Unix socket support
Decode query string in RequestParser
Per spec the QUERY_STRING is percent encoded.
Reconstruct target from SCRIPT_NAME and PATH_INFO