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 proxy support #26

Merged
merged 3 commits into from
Dec 9, 2016
Merged

Add proxy support #26

merged 3 commits into from
Dec 9, 2016

Conversation

govm
Copy link
Contributor

@govm govm commented Dec 5, 2016

ref #7
proxy parameter for http and https proxy.

example:

(dex:get "https://beta.quicklisp.org/quicklisp.lisp"
          :proxy "http://proxy.example.com:8080/")

I tested it manually under my proxy environment.
But I don't know how to write a generic test...

ref fukamachi#7
proxy parameter for http and https proxy.

example:
```lisp
(dex:get "https://beta.quicklisp.org/quicklisp.lisp"
          :proxy "http://proxy.example.com:8080/")
```
@coveralls
Copy link

Coverage Status

Coverage decreased (-2.0%) to 72.973% when pulling 0d91335 on govm:add-proxy-support into fbcfcc7 on fukamachi:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.6%) to 73.359% when pulling 5f5b401 on govm:add-proxy-support into fbcfcc7 on fukamachi:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.6%) to 73.359% when pulling 4ba2ca8 on govm:add-proxy-support into fbcfcc7 on fukamachi:master.

@fukamachi
Copy link
Owner

Is this ready to merge?

@govm
Copy link
Contributor Author

govm commented Dec 9, 2016

Yes. Would you merge it?

@fukamachi
Copy link
Owner

Yes, this was a missing part of Dexador which Drakma has.
Looks great. Thanks!

@fukamachi fukamachi merged commit a7c085e into fukamachi:master Dec 9, 2016
@govm govm deleted the add-proxy-support branch December 12, 2016 00:11
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

Successfully merging this pull request may close these issues.

None yet

3 participants