Supported protocols

Short description on how to setup a mock for a particular protocol

gRPC, gRPC-Web

  • Create a /greet.proto file
  • Create a /.grpc.mock.qa.yaml file in the root of your repository
  • Mock is exposed as https://[[instanceName→]repo→]<owner>.grpc.qa

The mock service is configured to automatically handle and translate gRPC-Web requests and no additional configuration is necessary.

HTTP/1.0, HTTP/1.1 and HTTP/2.0

  • Create a /.http.mock.qa.yaml file in the root of your repository
  • Mock is exposed as https://[[instanceName→]repo→]<owner>.rest.qa

The endpoint must be accessed via HTTPS because only secure SSL connections are supported, unsecured HTTP requests are not allowed.

HTTP/3

Not supported yet, but is planned for future releases.