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

Expose connection information in Rd.t #19

Open
seliopou opened this issue Aug 31, 2015 · 0 comments
Open

Expose connection information in Rd.t #19

seliopou opened this issue Aug 31, 2015 · 0 comments

Comments

@seliopou
Copy link
Member

Cohttp connection handlers take connection information as their second argument. This argument does not appear in handlers that webmachine generates because the type of this connection information is not uniformly specified in cohttp. There is a IO.conn type that cohttp exposes, but this is simply unit for the async implementation. This is different from the type of the connection argument in async connection handlers.

Ideally, the IO module type in this library would include a conn type that would specify the connection type, and that would be compatible with the lwt and async IO modules exported by cohttp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant