{"id":28614203,"url":"https://github.com/perldancer/dancer2-plugin-syntax-getpost","last_synced_at":"2026-05-27T21:31:18.489Z","repository":{"id":7296220,"uuid":"8612278","full_name":"PerlDancer/dancer2-plugin-syntax-getpost","owner":"PerlDancer","description":"Syntactic sugar for GET+POST handlers","archived":false,"fork":false,"pushed_at":"2023-12-13T21:58:30.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-06-28T01:42:55.275Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://metacpan.org/author/DAGOLDEN","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/PerlDancer.png","metadata":{"files":{"readme":"README.pod","changelog":"Changes","contributing":"CONTRIBUTING","funding":null,"license":null,"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,"zenodo":null}},"created_at":"2013-03-06T20:19:30.000Z","updated_at":"2023-12-13T13:14:16.000Z","dependencies_parsed_at":"2025-06-12T01:13:33.574Z","dependency_job_id":"9b8ff0e1-e256-416c-85b1-1cf19b44848b","html_url":"https://github.com/PerlDancer/dancer2-plugin-syntax-getpost","commit_stats":null,"previous_names":["dagolden/dancer2-plugin-syntax-getpost"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/PerlDancer/dancer2-plugin-syntax-getpost","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2Fdancer2-plugin-syntax-getpost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2Fdancer2-plugin-syntax-getpost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2Fdancer2-plugin-syntax-getpost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2Fdancer2-plugin-syntax-getpost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PerlDancer","download_url":"https://codeload.github.com/PerlDancer/dancer2-plugin-syntax-getpost/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2Fdancer2-plugin-syntax-getpost/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264324674,"owners_count":23590934,"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":[],"created_at":"2025-06-12T01:13:25.182Z","updated_at":"2025-12-12T02:43:29.924Z","avatar_url":"https://github.com/PerlDancer.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"=pod\n\n=encoding UTF-8\n\n=head1 NAME\n\nDancer2::Plugin::Syntax::GetPost - Syntactic sugar for GET+POST handlers\n\n=head1 VERSION\n\nversion 0.003\n\n=head1 SYNOPSIS\n\n  use Dancer2::Plugin::Syntax::GetPost;\n\n  get_post '/myform' =\u003e sub { ... };\n\n=head1 DESCRIPTION\n\nThis module provides very simple syntactic sugar to define a handler for GET and\nPOST requests.  Instead of writing this:\n\n  any [qw/get post/] =\u003e '/form' =\u003e sub { ... };\n\nYou can write just this:\n\n  get_post '/form' =\u003e sub { ... };\n\n=for Pod::Coverage method_names_here\n\n=head1 SEE ALSO\n\n=over 4\n\n=item *\n\nL\u003cDancer2\u003e\n\n=back\n\n=for :stopwords cpan testmatrix url bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan\n\n=head1 SUPPORT\n\n=head2 Bugs / Feature Requests\n\nPlease report any bugs or feature requests through the issue tracker\nat L\u003chttps://github.com/PerlDancer/dancer2-plugin-syntax-getpost/issues\u003e.\nYou will be notified automatically of any progress on your issue.\n\n=head2 Source Code\n\nThis is open source software.  The code repository is available for\npublic review and contribution under the terms of the license.\n\nL\u003chttps://github.com/PerlDancer/dancer2-plugin-syntax-getpost\u003e\n\n  git clone https://github.com/PerlDancer/dancer2-plugin-syntax-getpost.git\n\n=head1 AUTHOR\n\nDavid Golden \u003cdagolden@cpan.org\u003e\n\n=head1 COPYRIGHT AND LICENSE\n\nThis software is Copyright (c) 2023 by David Golden.\n\nThis is free software, licensed under:\n\n  The Apache License, Version 2.0, January 2004\n\n=cut\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperldancer%2Fdancer2-plugin-syntax-getpost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperldancer%2Fdancer2-plugin-syntax-getpost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperldancer%2Fdancer2-plugin-syntax-getpost/lists"}