MCPcopy
hub / github.com/django/django / is_secure

Method is_secure

django/http/request.py:329–330  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

327 return self._get_scheme()
328
329 def is_secure(self):
330 return self.scheme == "https"
331
332 @property
333 def encoding(self):

Calls

no outgoing calls