{"id":14966139,"url":"https://github.com/raku-community-modules/HTTP-UserAgent","last_synced_at":"2025-10-25T13:31:17.299Z","repository":{"id":6987454,"uuid":"8250196","full_name":"sergot/http-useragent","owner":"sergot","description":"Web user agent class for Perl 6.","archived":false,"fork":false,"pushed_at":"2024-01-29T11:46:27.000Z","size":413,"stargazers_count":37,"open_issues_count":41,"forks_count":39,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-01-31T07:21:39.612Z","etag":null,"topics":["cookie","cookiejar","perl6","ssl","user-agent"],"latest_commit_sha":null,"homepage":"","language":"Raku","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sergot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"sergot"}},"created_at":"2013-02-17T12:18:17.000Z","updated_at":"2024-10-07T07:31:43.000Z","dependencies_parsed_at":"2024-01-29T13:41:51.092Z","dependency_job_id":"b59f8c5e-3dcf-4159-8ea7-f38c76a2d747","html_url":"https://github.com/sergot/http-useragent","commit_stats":{"total_commits":506,"total_committers":47,"mean_commits":10.76595744680851,"dds":0.6877470355731226,"last_synced_commit":"531f6fb8d8ef56c190086e2d2da93a9ce2b7627d"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergot%2Fhttp-useragent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergot%2Fhttp-useragent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergot%2Fhttp-useragent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergot%2Fhttp-useragent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergot","download_url":"https://codeload.github.com/sergot/http-useragent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238147593,"owners_count":19424290,"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","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":["cookie","cookiejar","perl6","ssl","user-agent"],"created_at":"2024-09-24T13:35:52.804Z","updated_at":"2025-10-25T13:31:12.025Z","avatar_url":"https://github.com/sergot.png","language":"Raku","funding_links":["https://github.com/sponsors/sergot"],"categories":[],"sub_categories":[],"readme":"# HTTP::UserAgent [![Build Status](https://travis-ci.org/sergot/http-useragent.svg?branch=master)](https://travis-ci.org/sergot/http-useragent)\n\nWeb user agent class for [Raku](https://raku.org).\n## Usage\n\n```Perl6\nuse HTTP::UserAgent;\n\nmy $ua = HTTP::UserAgent.new;\n$ua.timeout = 10;\n\nmy $response = $ua.get(\"URL\");\n\nif $response.is-success {\n    say $response.content;\n} else {\n    die $response.status-line;\n}\n```\n\n## Installation\n\nTo install it using Zef (a module management tool bundled with Rakudo Star):\n\n```\n$ zef install HTTP::UserAgent\n```\n\n## Testing\n\nTo run tests:\n\n```\n$ prove -e \"perl6 -Ilib\"\n```\n\n## Documentation\n\nPlease see the documentation links listed below:\n\n- [HTTP::Cookies](https://github.com/sergot/http-useragent/blob/master/lib/HTTP/Cookies.rakumod#L112)\n    - [HTTP::Cookie](https://github.com/sergot/http-useragent/blob/master/lib/HTTP/Cookie.rakumod#L17)\n- [HTTP::Header](https://github.com/sergot/http-useragent/blob/master/lib/HTTP/Header.rakumod#L109)\n    - [HTTP::Header::Field](https://github.com/sergot/http-useragent/blob/master/lib/HTTP/Header/Field.rakumod#L12)\n- [HTTP::Message](https://github.com/sergot/http-useragent/blob/master/lib/HTTP/Message.rakumod#L97)\n- [HTTP::Request](https://github.com/sergot/http-useragent/blob/master/lib/HTTP/Request.rakumod#L79)\n- [HTTP::Response](https://github.com/sergot/http-useragent/blob/master/lib/HTTP/Response.rakumod#L35)\n- [HTTP::UserAgent](https://github.com/sergot/http-useragent/blob/master/lib/HTTP/UserAgent.rakumod#L424)\n    - [HTTP::UserAgent::Common](https://github.com/sergot/http-useragent/blob/master/lib/HTTP/UserAgent/Common.rakumod#L20)\n\n\n## To-do List and Future Ideas\n\n~~strikethrough text~~ means **done**.\n\n- clean up\n- speed up\n\n### HTTP::UserAgent\n- ~~HTTP Auth~~\n- let user set his own cookie jar\n- ~~make getprint() return the code response~~\n- ~~security fix - use File::Temp to create temporary cookie jar~~\n- use Promises\n- ~~make SSL dependency as optional~~\n\n### HTTP::Cookies\n- path restriction\n\n### OpenSSL\n- ~~fix NativeCall's int bug~~\n- make it work on more platforms\n\n### IO::Socket::SSL\n- make it work on more platforms\n- make SSL support more reliable\n- add throwing exception on failing SSL\n- more tests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraku-community-modules%2FHTTP-UserAgent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraku-community-modules%2FHTTP-UserAgent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraku-community-modules%2FHTTP-UserAgent/lists"}