mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision 548818eee08f7a6e31b9706b352b5d44b2f6d024
This commit is contained in:
parent
82fd8d1daf
commit
5e74467d68
112 changed files with 1704 additions and 536 deletions
|
@ -8,4 +8,9 @@ def main(request, response):
|
|||
headers.append(("Access-Control-Expose-Headers", "x-request-method"))
|
||||
|
||||
headers.append(("x-request-method", request.method))
|
||||
headers.append(("x-request-content-type", request.headers.get("Content-Type", "NO")))
|
||||
headers.append(("x-request-content-length", request.headers.get("Content-Length", "NO")))
|
||||
headers.append(("x-request-content-encoding", request.headers.get("Content-Encoding", "NO")))
|
||||
headers.append(("x-request-content-language", request.headers.get("Content-Language", "NO")))
|
||||
headers.append(("x-request-content-location", request.headers.get("Content-Location", "NO")))
|
||||
return headers, request.body
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue