mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Support responseCookies, responseContent, responseHeaders, requestCookies, getResponseHeaders,
getResponseContent, getRequestPostData, getRequestCookies, getResponseCookies, getEventTimings and getSecurityInfo message for network devtools Fixing Indentation
This commit is contained in:
parent
552df7e79e
commit
f889b1ccd7
5 changed files with 405 additions and 27 deletions
|
@ -460,13 +460,13 @@ fn test_request_and_response_data_with_network_messages() {
|
|||
]);
|
||||
headers.set(accept);
|
||||
headers.set(UserAgent(DEFAULT_USER_AGENT.to_owned()));
|
||||
|
||||
let httprequest = DevtoolsHttpRequest {
|
||||
url: url,
|
||||
method: Method::Get,
|
||||
headers: headers,
|
||||
body: None,
|
||||
pipeline_id: pipeline_id,
|
||||
startedDateTime: devhttprequest.startedDateTime
|
||||
};
|
||||
|
||||
let content = "Yay!";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue