Remix.run Logo
johnfn a day ago

HTTP Range doesn't have anything to do with allowing a client to select a subset of fields.

eli 21 hours ago | parent [-]

The Range header isn't for requesting a subset of a resource from the server?

johnfn 20 hours ago | parent [-]

Let's say your REST endpoint returned an object with keys foo, bar, baz and quuz. How would you use HTTP Range to only select foo and baz?