New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hh

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hh

The enumeration of HTTP headers.

2.0.0
PyPI
Maintainers
1

Http Headers

The enumeration which contains all headers constants from RFC1945, RFC2518, RFC2616.

Usage

.. code-block:: python

import requests import hh

requests.get('https://yandex.com', headers={hh.CONTENT_TYPE: "text/html"})

Keywords

http headers

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts