You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by GitBox <gi...@apache.org> on 2022/06/27 14:49:23 UTC

[GitHub] [felix-dev] prangish opened a new pull request, #159: [FELIX-6545] HttpRequestsCheck add support for http response code constraint checks

prangish opened a new pull request, #159:
URL: https://github.com/apache/felix-dev/pull/159

   Enhance HttpRequestsCheck to handle http response code constraint checks. Currently only equality checks are supported for http response code checks, this PR introduces support for simple constraint checks for response code.
   
   For example:
   - /path/example.html => CODE < 500
   - /path/example.html => CODE = 200
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@felix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [felix-dev] cziegeler merged pull request #159: [FELIX-6545] HttpRequestsCheck add support for http response code constraint checks

Posted by GitBox <gi...@apache.org>.
cziegeler merged PR #159:
URL: https://github.com/apache/felix-dev/pull/159


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@felix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org