Skip to content

adds the ability to do reverse auth #151

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

Merged
merged 1 commit into from
Oct 18, 2012
Merged

adds the ability to do reverse auth #151

merged 1 commit into from
Oct 18, 2012

Conversation

casualjim
Copy link
Contributor

The tests for grizzly fail for me but on a test for ssl so it's probably due to something else

jfarcand added a commit that referenced this pull request Oct 18, 2012
adds the ability to do reverse auth
@jfarcand jfarcand merged commit 3f9f613 into AsyncHttpClient:master Oct 18, 2012
cs-workco pushed a commit to cs-workco/async-http-client that referenced this pull request Apr 13, 2023
Adds support for UNIX Domain Socket requests.

Usage:

```
let httpClient = HTTPClient(eventLoopGroupProvider: .createNew)
let socketURL = URL(string: "unix:///var/run/docker.sock")!
let req = try HTTPClient.Request(url: URL(string: "/users/list", relativeTo: socketURL)!, method: .GET)
let response = try httpClient.execute(request: req).wait()
```
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.

2 participants