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

Better File support for pyramid: Range, Conditional request and Etag #199

Open
inkhey opened this issue Jun 3, 2020 · 0 comments
Open

Comments

@inkhey
Copy link
Contributor

inkhey commented Jun 3, 2020

We do need to extend file support for pyramid (and later for other framework), in order
to support range query.
As pyramid does support a "conditional" mecanism, we will use it to handle all supported feature:

  • Range
  • If-Modified-Since
  • If-None-Match + Etag

see https://docs.pylonsproject.org/projects/webob/en/stable/api/response.html#webob.response.Response.conditional_response_app

This is the first step to have better file support in hapic, we should find a way to implement those feature later for other framework (see #171).

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

No branches or pull requests

1 participant