{"id":30211243,"url":"https://github.com/mons/http-easy","last_synced_at":"2025-10-18T18:51:37.535Z","repository":{"id":873894,"uuid":"615169","full_name":"Mons/HTTP-Easy","owner":"Mons","description":"Parse and encode HTTP headers and cookies","archived":false,"fork":false,"pushed_at":"2023-03-15T13:39:22.000Z","size":39,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-05-05T05:12:29.157Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://search.cpan.org/dist/HTTP-Easy","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mons.png","metadata":{"files":{"readme":"README","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2010-04-17T16:23:50.000Z","updated_at":"2023-07-05T15:01:14.103Z","dependencies_parsed_at":"2023-07-06T07:27:42.384Z","dependency_job_id":null,"html_url":"https://github.com/Mons/HTTP-Easy","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"purl":"pkg:github/Mons/HTTP-Easy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mons%2FHTTP-Easy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mons%2FHTTP-Easy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mons%2FHTTP-Easy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mons%2FHTTP-Easy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mons","download_url":"https://codeload.github.com/Mons/HTTP-Easy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mons%2FHTTP-Easy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270305849,"owners_count":24562109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-13T20:34:20.412Z","updated_at":"2025-10-18T18:51:37.428Z","avatar_url":"https://github.com/Mons.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"NAME\n    HTTP::Easy - Useful set for work with HTTP\n\nSYNOPSIS\n        use HTTP::Easy::Headers;\n        my $h = \"Connection: close\\015\\012\".\n        \"Expect: continue-100\\015\\012\".\n        \"Content-Type: text/html\";\n\n        my $hash = HTTP::Easy::Headers-\u003edecode($h);\n\n        $hash-\u003e{connection};     # 'close'\n        $hash-\u003e{expect};         # 'continue-100'\n        $hash-\u003e{'content-type'}; # 'text/html'\n\n        my $hdr = HTTP::Easy::Headers-\u003eencode($hash);\n\n        use HTTP::Easy::Cookie;\n\n        my $cookie_jar = HTTP::Easy::Cookie-\u003edecode($hdr-\u003e{cookie});\n\n        $hdr-\u003e{cookie} = HTTP::Easy::Cookie-\u003eencode($cookie_jar, host =\u003e 'example.net', path =\u003e '/path' );\n\nAUTHOR\n    Mons Anderson, \"\u003cmons at cpan.org\u003e\"\n\nLICENSE AND COPYRIGHT\n    Copyright 2010-2013 Mons Anderson.\n\n    This program is free software; you can redistribute it and/or modify it\n    under the terms of either: the GNU General Public License as published\n    by the Free Software Foundation; or the Artistic License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmons%2Fhttp-easy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmons%2Fhttp-easy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmons%2Fhttp-easy/lists"}