httpheaders


Namehttpheaders JSON
Version 2024.10.16 PyPI version JSON
download
home_pagehttps://github.com/joniumGit/headers
SummaryHTTP Headers
upload_time2024-10-16 02:56:11
maintainerNone
docs_urlNone
authorjoniumGit
requires_python>=3
licenseNone
keywords http headers api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Headers

Python library for HTTP headers.

Contains the standard HTTP headers in a single package for easy importing.

Header definitions are from the [IANA site](https://www.iana.org/assignments/http-fields/http-fields.xhtml)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/joniumGit/headers",
    "name": "httpheaders",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": "HTTP, headers, API",
    "author": "joniumGit",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/7e/e6/76833eeb5edb244c1eec8b3ad91e30e27014f2d202fdfe1edd2713c2632a/httpheaders-2024.10.16.tar.gz",
    "platform": null,
    "description": "# Headers\n\nPython library for HTTP headers.\n\nContains the standard HTTP headers in a single package for easy importing.\n\nHeader definitions are from the [IANA site](https://www.iana.org/assignments/http-fields/http-fields.xhtml)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "HTTP Headers",
    "version": "2024.10.16",
    "project_urls": {
        "Bug Reports": "https://github.com/joniumGit/headers",
        "Homepage": "https://github.com/joniumGit/headers",
        "Source": "https://github.com/joniumGit/headers"
    },
    "split_keywords": [
        "http",
        " headers",
        " api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe85958e4115a46612170afa42cf40778ae58ec237891278d02c5670ab75ad1c",
                "md5": "a5bd8df19aca21926419ecd99a8c59b4",
                "sha256": "8b448975c2224e8dba3363ab3b94e116a226160cc98322e83112f39b725f466e"
            },
            "downloads": -1,
            "filename": "httpheaders-2024.10.16-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a5bd8df19aca21926419ecd99a8c59b4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 15848,
            "upload_time": "2024-10-16T02:56:09",
            "upload_time_iso_8601": "2024-10-16T02:56:09.597233Z",
            "url": "https://files.pythonhosted.org/packages/fe/85/958e4115a46612170afa42cf40778ae58ec237891278d02c5670ab75ad1c/httpheaders-2024.10.16-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ee676833eeb5edb244c1eec8b3ad91e30e27014f2d202fdfe1edd2713c2632a",
                "md5": "2a52153caca984c9188353fe649986c2",
                "sha256": "3a55c9e742d4156447e5b3059e72a54f6d89f6ec9c08324ff751708bdb29d429"
            },
            "downloads": -1,
            "filename": "httpheaders-2024.10.16.tar.gz",
            "has_sig": false,
            "md5_digest": "2a52153caca984c9188353fe649986c2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 10172,
            "upload_time": "2024-10-16T02:56:11",
            "upload_time_iso_8601": "2024-10-16T02:56:11.066546Z",
            "url": "https://files.pythonhosted.org/packages/7e/e6/76833eeb5edb244c1eec8b3ad91e30e27014f2d202fdfe1edd2713c2632a/httpheaders-2024.10.16.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-16 02:56:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "joniumGit",
    "github_project": "headers",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "httpheaders"
}
        
Elapsed time: 0.37336s