Structs§

  • A PagedVec wraps a regular Vec but it also adds some metadata that will set by the client. These values will parsed from the HTTP headers.
  • A struct that represents the pagination of a list endpoint.

Constants§

  • HTTP header key that will be added on a list endpoint indicating whether there are more results.
  • HTTP header key that will be added on a list endpoint if it is known how many results there are in total.