{"id":28413858,"url":"https://github.com/moltar/html-formhandlerx-field-uri-http","last_synced_at":"2025-08-22T06:43:08.512Z","repository":{"id":2953621,"uuid":"3967562","full_name":"moltar/HTML-FormHandlerX-Field-URI-HTTP","owner":"moltar","description":null,"archived":false,"fork":false,"pushed_at":"2013-10-24T10:11:35.000Z","size":139,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-22T22:34:50.466Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/moltar.png","metadata":{"files":{"readme":"README.pod","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}},"created_at":"2012-04-08T23:17:52.000Z","updated_at":"2014-09-09T01:39:17.000Z","dependencies_parsed_at":"2022-09-04T11:32:19.444Z","dependency_job_id":null,"html_url":"https://github.com/moltar/HTML-FormHandlerX-Field-URI-HTTP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moltar/HTML-FormHandlerX-Field-URI-HTTP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moltar%2FHTML-FormHandlerX-Field-URI-HTTP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moltar%2FHTML-FormHandlerX-Field-URI-HTTP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moltar%2FHTML-FormHandlerX-Field-URI-HTTP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moltar%2FHTML-FormHandlerX-Field-URI-HTTP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moltar","download_url":"https://codeload.github.com/moltar/HTML-FormHandlerX-Field-URI-HTTP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moltar%2FHTML-FormHandlerX-Field-URI-HTTP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271599714,"owners_count":24787801,"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-22T02:00:08.480Z","response_time":65,"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-06-03T06:09:37.977Z","updated_at":"2025-08-22T06:43:08.493Z","avatar_url":"https://github.com/moltar.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"=pod\n\n=head1 NAME\n\nHTML::FormHandlerX::Field::URI::HTTP - an HTTP URI field\n\n=head1 VERSION\n\nversion v0.4\n\n=head1 SYNOPSIS\n\nThis field inherits from a Text field and is used to validate HTTP(S) URIs.\nValidated values are inflated into an L\u003cURI\u003e object.\n\n has_field 'url' =\u003e (\n     type    =\u003e 'URI::HTTP',\n     scheme  =\u003e qr/https?/i,  ## default\n     inflate =\u003e 1,            ## default\n );\n\n=head1 METHODS\n\n=head2 scheme\n\nThis method is used to set the type of regex used for validating the URI. By\ndefault both HTTP and HTTPS URIs are marked as valid. You can set this to only\nvalidate HTTP or HTTPS if you wish:\n\n scheme =\u003e qr/http/i,   # only validate HTTP URIs\n scheme =\u003e qr/https/i,  # only validate HTTPS URIs\n scheme =\u003e qr/https?/i, # validate both HTTP and HTTPS (default behaviour)\n\n=head2 inflate\n\nA boolean value that is checked whether or not the URL should be inflated into\nthe L\u003cURI\u003e object. Default is true.\n\n=head1 SEE ALSO\n\n=over 4\n\n=item L\u003cHTML::FormHandler\u003e\n\n=item L\u003cHTML::FormHandler::Field::Text\u003e\n\n=item L\u003cRegexp::Common::URI::http\u003e\n\n=item L\u003cURI\u003e\n\n=back\n\n=head1 AUTHOR\n\nRoman F. \u003cromanf@cpan.org\u003e\n\n=head1 COPYRIGHT AND LICENSE\n\nThis software is copyright (c) 2013 by Roman F..\n\nThis is free software; you can redistribute it and/or modify it under\nthe same terms as the Perl 5 programming language system itself.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoltar%2Fhtml-formhandlerx-field-uri-http","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoltar%2Fhtml-formhandlerx-field-uri-http","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoltar%2Fhtml-formhandlerx-field-uri-http/lists"}