Paging in a Rest Collection

前端 未结 12 1825
走了就别回头了
走了就别回头了 2020-12-02 03:37

I\'m interested in exposing a direct REST interface to collections of JSON documents (think CouchDB or Persevere). The problem I\'m running into is how to handle the G

12条回答
  •  攒了一身酷
    2020-12-02 04:42

    One of the big problems with range headers is that a lot of corporate proxies filter them out. I'd advise to use a query parameter instead.

提交回复
热议问题