Endava / cats

CATS is a REST API Fuzzer and negative testing tool for OpenAPI endpoints. CATS automatically generates, runs and reports tests with minimum configuration and no coding effort. Tests are self-healing and do not require maintenance.
Apache License 2.0
1.2k stars 73 forks source link

HTTP/2 support #138

Closed hidingturtle closed 2 months ago

hidingturtle commented 2 months ago

Hello,

I wanted to ask if there is any HTTP/2 support since I was not able to find anything regarding it.

Best regards.

en-milie commented 2 months ago

Hi. The http library used by CATS supports http/2, so yes. Do you have any issues connecting to http/2 endpoints?

hidingturtle commented 2 months ago

Hi, I did not try it yet since I am looking if cats can serve my needs. Do I have to give a specific command for it or how can I enforce it to use HTTP/2?

en-milie commented 2 months ago

It will try by default using http/2 if server supports it. You don't need to provide anything specific.

hidingturtle commented 2 months ago

I understand, thank you! :)