You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
err=options.AddFlagValues("returns", "--return", "", nil, "add rule to return status code, format <sep><match><sep><code>")
47
47
serverError.CheckFatal(err)
48
48
49
+
err=options.AddFlagValues("headeradds", "--header-add", "", nil, "add response header, format <sep><match><sep><name><sep><value>")
50
+
serverError.CheckFatal(err)
51
+
52
+
err=options.AddFlagValues("headersets", "--header-set", "", nil, "set response header, format <sep><match><sep><name><sep><value>")
53
+
serverError.CheckFatal(err)
54
+
49
55
err=options.AddFlagValues("tostatuses", "--to-status", "", nil, "add rule to move to status code after ghfs internal process, format <sep><match><sep><code>")
0 commit comments