←back to thread

23 points fractalbits | 1 comments | | HN request time: 0.2s | source
Show context
fellowniusmonk ◴[] No.46183799[source]
Does this support the the range header?
replies(1): >>46184599 #
1. fractalbits ◴[] No.46184599[source]
Yes, you can check the code here https://github.com/fractalbits-labs/fractalbits-main/blob/ma.... For each type of requests we have a separate handler for that.

The basic tests are here: https://github.com/fractalbits-labs/fractalbits-main/blob/ma.... We also have fuzz tests internally, which could be open once we feel it is ready.