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

Taser (wrapper project, take inspiration?) #112

Open
strange opened this issue Dec 13, 2016 · 0 comments
Open

Taser (wrapper project, take inspiration?) #112

strange opened this issue Dec 13, 2016 · 0 comments

Comments

@strange
Copy link

strange commented Dec 13, 2016

As you requested on IRC, here's a link to the repository:

https://github.com/trelltech/taser

I wrote it last night to replace an old HTTP client in a project. I want a really simple client with the following features:

  • Synchronous API
  • Automatically follow redirects
  • Various timeout settings
  • Some other convenience related features (deflate gzip, parse URLs, basic auth etc)

Also planning on adding convenience functions like post_form/2,3 that automatically formencodes data (and post_json/2,3, post_multipart/3,4 etc).

Evaluating it in the project right now. Will tidy it up a little if I'm happy with the results.

@essen essen changed the title Taser Taser (wrapper project, take inspiration?) Jan 5, 2019
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

2 participants