Skip to main content



Apache2 API Framework

Changes for v0.1.1 - 2023-06-10T20:29:58Z

  • Minor modification to init() in Apache2::API
  • Updated method headers() in Apache2::API::Request and Apache2::API::Response to return an empty hash in HASH context when no headers


Generic Module to inherit from

Changes for v0.30.5 - 2023-06-11T10:24:31Z

  • Improved method error() to also allow for the return of array, code, glob, hash or scalar reference when required


match contents of a hash against rules

Changes for v0.8.0 - 2023-06-11T14:49:27+01:00

  • Incompatible Changes
  • Enhancements
  • Documentation


handle requests for /.well-known/traffic-advice

Changes for v0.2.4 - 2023-06-11T14:33:50+01:00

  • Documentation


Add enumerated methods for HTTP requests

Changes for v0.5.1 - 2023-06-11T14:30:20+01:00

  • Documentation
  • Tests