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 a request type for async resources #431

Closed
slandelle opened this issue Mar 8, 2012 · 2 comments
Closed

Add a request type for async resources #431

slandelle opened this issue Mar 8, 2012 · 2 comments

Comments

@slandelle
Copy link
Member

This could be used for page resources and ajax calls.
Http-Only cookies wouldn't be sent.
This kind of request would be grouped in a scatter-gather manner.

@laguiz
Copy link

laguiz commented Jul 17, 2013

+1

@ghost ghost assigned slandelle Nov 6, 2013
@slandelle
Copy link
Member Author

Done:

.resources(
 http("res1").get("url1"),
 http("res2").get("url2"),
)

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

No branches or pull requests

2 participants