Menu
  • HOME
  • TAGS

Content-Range configuration for Django Rest Pagination

dojo,pagination,django-rest-framework,http-content-range

If you are talking about providing Content-Range in the response, I mentioned in an answer to another SO question (which I believe may also have originated from your team?) that there is one alternative to this header: if your response format is an object (not just an array of items),...