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

Provide a wide range of converters for VSGI #79

Open
arteymix opened this issue May 26, 2015 · 3 comments
Open

Provide a wide range of converters for VSGI #79

arteymix opened this issue May 26, 2015 · 3 comments
Labels

Comments

@arteymix
Copy link
Member

VSGI should provide a wide range of converters adapted for web development requirements.

  • base64 encoding
  • dechunking requests
  • url encoding
  • quoted printable
@arteymix arteymix modified the milestone: 0.3.0 Jul 1, 2015
@arteymix
Copy link
Member Author

arteymix commented Jul 2, 2015

The only supported codings by the HTTP/1.1 protocol are: chunked, gzip, compress, deflate and identity and they are already covered by GLib.

The only missing converter is a dechunker.

@arteymix
Copy link
Member Author

arteymix commented Feb 7, 2016

In short, there's a few things to implement:

MDN has a list of content codings: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding

@arteymix
Copy link
Member Author

arteymix commented Feb 7, 2016

We could support many compression format using squash.

@arteymix arteymix modified the milestone: 0.3.0 Oct 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant