Add scheme_redirect to RedirectAction (#426)

Signed-off-by: Jamie Hewland <jamie@praekelt.org>
pull/421/head
Jamie Hewland 7 years ago committed by Matt Klein
parent 107d52e135
commit d8b1a14323
  1. 3
      api/rds.proto

@ -594,6 +594,9 @@ message RedirectAction {
// The HTTP status code to use in the redirect response. The default response
// code is MOVED_PERMANENTLY (301).
RedirectResponseCode response_code = 3 [(validate.rules).enum.defined_only = true];
// [#not-implemented-hide:] The scheme portion of the URL will be swapped with "https".
bool https_redirect = 4;
}
message DirectResponseAction {

Loading…
Cancel
Save