Get method from request

Hi,

I am creating custom plugin in python for authentication now i need the http method from request object how can i get this?? e.g in python we can get method like request.method how can i achieved the same thing in tyk request object?

Thankyou

Hi, we recently implemented the method field, it’s part of the request data structure, see the samples in this page.