{"id":28614209,"url":"https://github.com/perldancer/dancer-plugin-syntax-getpost","last_synced_at":"2026-03-11T05:31:00.083Z","repository":{"id":6040950,"uuid":"7265406","full_name":"PerlDancer/dancer-plugin-syntax-getpost","owner":"PerlDancer","description":"Syntactic sugar for GET and POST requests","archived":false,"fork":false,"pushed_at":"2012-12-20T22:40:20.000Z","size":116,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-07-30T05:39:44.776Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://metacpan.org/author/DAGOLDEN","language":null,"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}},"created_at":"2012-12-20T22:26:25.000Z","updated_at":"2019-09-24T13:24:49.000Z","dependencies_parsed_at":"2022-08-30T03:00:56.171Z","dependency_job_id":null,"html_url":"https://github.com/PerlDancer/dancer-plugin-syntax-getpost","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/PerlDancer/dancer-plugin-syntax-getpost","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2Fdancer-plugin-syntax-getpost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2Fdancer-plugin-syntax-getpost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2Fdancer-plugin-syntax-getpost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2Fdancer-plugin-syntax-getpost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PerlDancer","download_url":"https://codeload.github.com/PerlDancer/dancer-plugin-syntax-getpost/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2Fdancer-plugin-syntax-getpost/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231509,"owners_count":25245601,"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-09-08T02:00:09.813Z","response_time":121,"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-12T01:13:25.916Z","updated_at":"2025-12-12T02:40:14.013Z","avatar_url":"https://github.com/PerlDancer.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"=pod\n\n=head1 NAME\n\nDancer::Plugin::Syntax::GetPost - Syntactic sugar for GET+POST handlers\n\n=head1 VERSION\n\nversion 0.001\n\n=head1 SYNOPSIS\n\n  use Dancer::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\u003cDancer\u003e\n\n=back\n\n=for :stopwords cpan testmatrix url annocpan anno 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/dagolden/dancer-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/dagolden/dancer-plugin-syntax-getpost\u003e\n\n  git clone git://github.com/dagolden/dancer-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) 2012 by David Golden.\n\nThis is free software, licensed under:\n\n  The Apache License, Version 2.0, January 2004\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperldancer%2Fdancer-plugin-syntax-getpost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperldancer%2Fdancer-plugin-syntax-getpost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperldancer%2Fdancer-plugin-syntax-getpost/lists"}