$87 GRAYBYTE WORDPRESS FILE MANAGER $11

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.157
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/opt/alt/python27/lib/python2.7/site-packages/raven/transport/

HOME
Current File : /opt/alt/python27/lib/python2.7/site-packages/raven/transport//http.py
"""
raven.transport.http
~~~~~~~~~~~~~~~~~~~~

:copyright: (c) 2010-2012 by the Sentry Team, see AUTHORS for more details.
:license: BSD, see LICENSE for more details.
"""
from __future__ import absolute_import

from raven.utils.compat import string_types, urllib2
from raven.conf import defaults
from raven.exceptions import APIError, RateLimited
from raven.transport.base import Transport
from raven.utils.http import urlopen


class HTTPTransport(Transport):
    scheme = ['sync+http', 'sync+https']

    def __init__(self, timeout=defaults.TIMEOUT, verify_ssl=True,
                 ca_certs=defaults.CA_BUNDLE):
        if isinstance(timeout, string_types):
            timeout = int(timeout)
        if isinstance(verify_ssl, string_types):
            verify_ssl = bool(int(verify_ssl))

        self.timeout = timeout
        self.verify_ssl = verify_ssl
        self.ca_certs = ca_certs

    def send(self, url, data, headers):
        """
        Sends a request to a remote webserver using HTTP POST.
        """
        req = urllib2.Request(url, headers=headers)

        try:
            response = urlopen(
                url=req,
                data=data,
                timeout=self.timeout,
                verify_ssl=self.verify_ssl,
                ca_certs=self.ca_certs,
            )
        except urllib2.HTTPError as exc:
            msg = exc.headers.get('x-sentry-error')
            code = exc.getcode()
            if code == 429:
                try:
                    retry_after = int(exc.headers.get('retry-after'))
                except (ValueError, TypeError):
                    retry_after = 0
                raise RateLimited(msg, retry_after)
            elif msg:
                raise APIError(msg, code)
            else:
                raise
        return response


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
21 Mar 2024 10.46 AM
root / linksafe
0755
__init__.py
0.766 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
__init__.pyc
0.798 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
base.py
1.19 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
base.pyc
1.997 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
eventlet.py
1.499 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
eventlet.pyc
2.212 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
exceptions.py
0.505 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
exceptions.pyc
1.102 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
gevent.py
1.619 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
gevent.pyc
2.363 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
http.py
1.776 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
http.pyc
2.237 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
registry.py
2.545 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
registry.pyc
3.314 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
requests.py
1 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
requests.pyc
1.55 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
threaded.py
5.114 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
threaded.pyc
6.11 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
threaded_requests.py
1.068 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
threaded_requests.pyc
1.845 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
tornado.py
1.79 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
tornado.pyc
2.489 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
twisted.py
2.268 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
twisted.pyc
3.327 KB
18 Oct 2019 1.53 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF