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

HTTP pipelining #1

Open
ben-crowhurst opened this issue Nov 10, 2016 · 0 comments
Open

HTTP pipelining #1

ben-crowhurst opened this issue Nov 10, 2016 · 0 comments
Labels

Comments

@ben-crowhurst
Copy link
Member

vector< Request > requests;

auto session = make_shared< Session >( );
session.send( requests, [ ]( const shared_ptr< Session > session )
{
    //process current response.
} );
@ben-crowhurst ben-crowhurst added this to the 1.5 milestone Nov 10, 2016
@ben-crowhurst ben-crowhurst removed this from the 1.5 milestone Nov 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant