httpheaders


Namehttpheaders JSON
Version 2023.10.31 PyPI version JSON
download
home_pagehttps://github.com/joniumGit/headers
SummaryHTTP Headers
upload_time2023-10-31 02:16:54
maintainer
docs_urlNone
authorjoniumGit
requires_python>=3
license
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": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "HTTP,headers,API",
    "author": "joniumGit",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/2e/44/b01162e08e1a47f3663cc9434c4092c1f550dc8815c11f2d033ce7192e64/httpheaders-2023.10.31.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": "",
    "summary": "HTTP Headers",
    "version": "2023.10.31",
    "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": "0dabd2ba04c87d491c608b77013d6b8eb21975e412dc3af99f2082d36b7f9f18",
                "md5": "acb9954624f8579d2054a1ef0289c412",
                "sha256": "5f0fa9be181ac187f1f162d2e94d85567a25604ac22584799c9332705f5165f9"
            },
            "downloads": -1,
            "filename": "httpheaders-2023.10.31-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "acb9954624f8579d2054a1ef0289c412",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 15139,
            "upload_time": "2023-10-31T02:16:52",
            "upload_time_iso_8601": "2023-10-31T02:16:52.772007Z",
            "url": "https://files.pythonhosted.org/packages/0d/ab/d2ba04c87d491c608b77013d6b8eb21975e412dc3af99f2082d36b7f9f18/httpheaders-2023.10.31-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e44b01162e08e1a47f3663cc9434c4092c1f550dc8815c11f2d033ce7192e64",
                "md5": "779ecdc3c7eb6767782aec5ccaeb1f17",
                "sha256": "42ae42d88d49fa8720376d395e3e89645bb7b66bc5e724ef7b51634300b842b9"
            },
            "downloads": -1,
            "filename": "httpheaders-2023.10.31.tar.gz",
            "has_sig": false,
            "md5_digest": "779ecdc3c7eb6767782aec5ccaeb1f17",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 9750,
            "upload_time": "2023-10-31T02:16:54",
            "upload_time_iso_8601": "2023-10-31T02:16:54.022358Z",
            "url": "https://files.pythonhosted.org/packages/2e/44/b01162e08e1a47f3663cc9434c4092c1f550dc8815c11f2d033ce7192e64/httpheaders-2023.10.31.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-31 02:16:54",
    "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.21092s