friflo / Friflo.Json.Fliox

C# ECS for high performance DoD. C# ORM for .NET with Messaging and Pub-Sub.
GNU Lesser General Public License v3.0
150 stars 11 forks source link

Add returned cursor as an HTTP response header #3

Closed friflo closed 5 months ago

friflo commented 1 year ago

The Protocol support cursor queries and return a cursor which can be used for the next query.

REST implementation currently does not provide the cursor in its response.