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
Simplify the http_loader code. #14362
Merged
+932
−1,028
Remove WrappedHttpRequest.
7192a74
Select commit
6219105
Use more specific names for Hyper's Request/Response types in http_lo…
Ms2ger 74ea269
Use url::Origin as UrlOrigin in http_loader.
Ms2ger 675d8f5
Unify ReadResult and Data.
Ms2ger 38db554
Move the http-specific fetch code to http_loader.
Ms2ger fc6fa56
Remove the HttpRequestFactory trait.
Ms2ger 87fd4a2
Remove the HttpRequest trait.
Ms2ger f24be9a
Remove the HttpResponse trait.
Ms2ger d9947cd
Avoid some unnecessary Options in http_network_fetch.
Ms2ger 4d9f9fe
Remove StreamedResponse::metadata.
Ms2ger c20d647
Remove StreamedResponse::new().
Ms2ger 47fa025
Return an io::Result from StreamedResponse::from_http_response().
Ms2ger 53856bf
Simplify obtain_response() a little.
Ms2ger 04d5f6e
Inline WrappedHttpRequest::send().
Ms2ger 7192a74
Remove WrappedHttpRequest.
Ms2ger
Merged
Simplify the http_loader code. #14362
Remove WrappedHttpRequest.
Nov 21, 2016
Nov 21, 2016
Nov 22, 2016
Nov 22, 2016
Nov 22, 2016
Nov 22, 2016
Nov 22, 2016
Nov 22, 2016
Nov 22, 2016
Nov 22, 2016
Nov 22, 2016
Nov 22, 2016
Nov 22, 2016
Nov 22, 2016
7192a74
Select commit
6219105
Use more specific names for Hyper's Request/Response types in http_lo…
Ms2ger 74ea269
Use url::Origin as UrlOrigin in http_loader.
Ms2ger 675d8f5
Unify ReadResult and Data.
Ms2ger 38db554
Move the http-specific fetch code to http_loader.
Ms2ger fc6fa56
Remove the HttpRequestFactory trait.
Ms2ger 87fd4a2
Remove the HttpRequest trait.
Ms2ger f24be9a
Remove the HttpResponse trait.
Ms2ger d9947cd
Avoid some unnecessary Options in http_network_fetch.
Ms2ger 4d9f9fe
Remove StreamedResponse::metadata.
Ms2ger c20d647
Remove StreamedResponse::new().
Ms2ger 47fa025
Return an io::Result from StreamedResponse::from_http_response().
Ms2ger 53856bf
Simplify obtain_response() a little.
Ms2ger 04d5f6e
Inline WrappedHttpRequest::send().
Ms2ger 7192a74
Remove WrappedHttpRequest.
Ms2ger