Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/mutationobserver-replacechildren
/
.
/
fetch
/
compression-dictionary
/
resources
/
echo-headers2.py
blob: 657bd31c069189f7452b5981ea0293160df74aeb [
file
] [
edit
]
import
importlib
handler_utils
=
importlib
.
import_module
(
"fetch.compression-dictionary.resources.handler_utils"
)
def
main
(
request
,
response
):
return
handler_utils
.
create_echo_response
(
request
,
response
)