MCPcopy Create free account
hub / github.com/cxapython/catvm / get_splash_headers

Function get_splash_headers

selenium/scrapy_splash/response.py:18–19  ·  view source on GitHub ↗
(resp)

Source from the content-addressed store, hash-verified

16
17
18def get_splash_headers(resp):
19 return getattr(resp, 'splash_response_headers', resp.headers)
20
21
22class _SplashResponseMixin(object):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected