github.com/craicoverflow/tyk@v2.9.6-rc3+incompatible/coprocess/proto/coprocess_return_overrides.proto (about)

     1  syntax = "proto3";
     2  
     3  package coprocess;
     4  
     5  message ReturnOverrides {
     6    int32 response_code = 1;
     7    string response_error = 2;
     8    map<string, string> headers = 3;
     9    bool override_error = 4;
    10    string response_body = 5;
    11  }