1. 22 Nov, 2018 1 commit
    • 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
  2. 15 May, 2018 2 commits
  3. 08 May, 2018 1 commit
  4. 06 Feb, 2018 1 commit
  5. 31 Jan, 2018 1 commit
  6. 30 Jan, 2018 1 commit
    • Mark Allen's avatar
      Add Python 2 compatibility for If-Last-Modified · ea5f54cd
      Mark Allen authored
      The serve method of the DjangoStreamingServer class support
      If-Last-Modified, and for this it requires a timestamp of the last
      modified time of the private file. Python 3 datetimes have a
      timestamp method, which is used to generate the required timestamp,
      but this isn't available in Python 2. Serving files on S3 therefore
      fails if Python 2 is used.
      
      This commit adds an alternative means of generating the timestamp
      if Python 2 is used.
      ea5f54cd
  7. 14 Feb, 2017 1 commit
  8. 07 Feb, 2017 3 commits
  9. 11 Jan, 2017 1 commit
  10. 06 Oct, 2016 1 commit