Added efficient HEAD request handling
This is not implemented using a `def head()` in the view, as the HEAD request should return all headers that the GET request would send. Hence, updated the server logic to provide a proper HEAD request.
Please register or sign in to comment