I need to get all the Django request headers. From what i\'ve read, Django simply dumps everything into the request.META variable along with a lot aof other dat
request.META
request.META.get('HTTP_AUTHORIZATION') /python3.6/site-packages/rest_framework/authentication.py
/python3.6/site-packages/rest_framework/authentication.py
you can get that from this file though...