views.generic.base.View.options()

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.

doc_Django
2016-10-09 18:40:50
Comments
Leave a Comment

Please login to continue.