-
Notifications
You must be signed in to change notification settings - Fork 13
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
Another backend #60
Comments
One option is to use curl, probably |
Another one is to implement HTTP protocol from the scratch. Which will give almost full control over the backend. |
https://github.com/tkf/emacs-request Uses curl, fallbacks to |
Btw, I don't need anything fancy. I just need to make a freaking HTTP GET request. I can use cURL and fallback to |
Tests for gziped content are removed for curl since there some strange troubles with this feature
Use this var to pass `--insecure' argument to the cURL integration tests. This is essential for them to work since we you self-signed cert in our testing server.
Default
url.el
sucks so bad! Argh!1 We need something that sucks better.The text was updated successfully, but these errors were encountered: