Created
May 7, 2020 01:53
-
-
Save alivesay/52cafba907e72e96d2845fb8c0d0c911 to your computer and use it in GitHub Desktop.
HTTP Pagination, MGET, OK 209
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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