options(request, *args, **kwargs)
Handles responding to requests for the OPTIONS HTTP verb. Returns a response with the Allow
header containing a list of the view’s allowed HTTP method names.
options(request, *args, **kwargs)
Handles responding to requests for the OPTIONS HTTP verb. Returns a response with the Allow
header containing a list of the view’s allowed HTTP method names.
Please login to continue.