Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alivesay/52cafba907e72e96d2845fb8c0d0c911 to your computer and use it in GitHub Desktop.
Save alivesay/52cafba907e72e96d2845fb8c0d0c911 to your computer and use it in GitHub Desktop.
HTTP Pagination, MGET, OK 209
MGET /data
Header: PAGE=0 <-- OK 209 {data:PAGE=0, TOTAL=3}
MGET /data
Header: PAGE=1 <-- OK 209 {data:PAGE=1, TOTAL=3}
MGET /data
Header: PAGE=2 <-- OK 200 {data:PAGE=2, TOTAL=3}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment