Expand description
Pagination types
Great blogposts are:
Structs§
- Cursor
- Opaque token which represents T as a base64 string (where T is encoded using bincode)
- Cursor
Pagination - Page pagination links to be placed in a response header.
- Page
Pagination - Page pagination links to be placed in a response header.
- Page
Pagination Query - Page-based pagination query
- Paged
ApiResponse - An API response that can contain paging information which will be added in a
Linkheader in the response.
Traits§
- Paging
Link Header - A trait to implement for types that can build a
Linkheader for a HTTP response. - With
Pagination - A trait for adding pagination to a response.