NAME

IO::K8s::GatewayAPI::V1::HTTPRouteMatch - HTTPRouteMatch defines the predicate used to match requests to a given action.

VERSION

version 1.108

headers

Headers specifies HTTP request header matchers. Multiple match values are ANDed together, meaning, a request must match all the specified headers to select the route.

method

Method specifies HTTP method matcher. When specified, this route will be matched only if the request has the specified method.

Support: Extended

path

Path specifies a HTTP request path matcher. If this field is not specified, a default prefix match on the "/" path is provided.

queryParams

QueryParams specifies HTTP query parameter matchers. Multiple match values are ANDed together, meaning, a request must match all the specified query parameters to select the route.

Support: Extended

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/pplu/io-k8s-p5/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHORS

  • Torsten Raudssus <getty@cpan.org>

  • Jose Luis Martinez Torres <jlmartin@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2026 by Jose Luis Martinez Torres <jlmartin@cpan.org>.

This is free software, licensed under:

The Apache License, Version 2.0, January 2004