Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve compliance with Rack spec #4

Closed
11 tasks
noteflakes opened this issue Jul 10, 2020 · 1 comment
Closed
11 tasks

Improve compliance with Rack spec #4

noteflakes opened this issue Jul 10, 2020 · 1 comment
Assignees

Comments

@noteflakes
Copy link
Contributor

noteflakes commented Jul 10, 2020

See also #2.

Still left to do:

  • SERVER_PORT
  • rack.url_scheme
  • Make InputStream buffered, implement #gets and #read
  • rack.session
  • rack.logger
  • Check correct behaviour with both http1 and http2 (actually I think the two adapters have different standards of capitalization of HTTP headers. They should be homogenized.)
  • Add some tests:
    • test basic functionality under both http1 and http2
    • test downloads
    • test uploads
    • test form submissions

Note: we'll leave rack.multipart.XXX for a later time, the same for rack.hijack.

@noteflakes
Copy link
Contributor Author

Issue moved to digital-fabric/qeweney#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant