This might be a big bite to chew but it would be nice to have HTTPs support.
This essentially boils down to:
servers:
- https:
port: 443
hosts:
www.example.org
cert:
key: key.pem
crt: cert.pem
ca: ca_cert.pem
responses:
/test:
get:
static:
status: 200
body: all good
So a single https simulated server may be able to provide multiple virtual hosts with certificates and their responses.
This might be a big bite to chew but it would be nice to have HTTPs support.
This essentially boils down to:
So a single https simulated server may be able to provide multiple virtual hosts with certificates and their responses.