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

Add support for gzipped responses #172

Open
MarkDavidson opened this issue Feb 10, 2015 · 3 comments
Open

Add support for gzipped responses #172

MarkDavidson opened this issue Feb 10, 2015 · 3 comments

Comments

@MarkDavidson
Copy link
Contributor

Like the title says, libtaxii currently can't handle gzipped responses (either Content-Encoding or Transfer-Encoding). This hasn't come up, because libtaxii doesn't specify gzip in the Accept-Encoding header.

Adding this feature will allow library users to specify gzip in the headers and not have to worry about getting an unparseable response back.

-Mark

@gtback
Copy link
Contributor

gtback commented Feb 11, 2015

As we get more into the weeds with various HTTP features, we should seriously consider using requests.

@bworrell
Copy link
Contributor

Yay requests 👍

@MarkDavidson
Copy link
Contributor Author

👍 for requests as well. It's really about development time to re architect clients.py, and whether we want to do a libtaxii 2.0 (I think there's other backward incompatible changes I'd like to make as well).

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

3 participants