Tyk Context Variables in Method Transform

Does method transform support context variables this doent seems to work

  "method_transforms": [
              {
                "path": "/",
                "method": "POST",
                "to_method": "$tyk_context.headers_X_Dev_Method"
              }
           ],

Header name

  "x-dev-method": "PATCH",

@Martin

Sorry, no. the method transform middleware only lets you change the method to a value from a list of HTTP methods.