• Diederik van der Boor's avatar
    Added efficient HEAD request handling · d0f44821
    Diederik van der Boor authored
    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.
    d0f44821
views.py 6.41 KB