async_file 0.1.3

An executor-agnostic async file IO library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "headers": [
    {
      "source": "/(.*)",
      "headers": [
        { "key": "Access-Control-Allow-Origin", "value": "*" },
        { "key": "Access-Control-Allow-Methods", "value": "GET, HEAD, OPTIONS" },
        { "key": "Access-Control-Allow-Headers", "value": "Range" },
        { "key": "Access-Control-Expose-Headers", "value": "Content-Length, Content-Range, Content-Encoding" }
      ]
    }
  ]
}