warp-range 3.0.0

Warp filter for serving file content with range like mp3 audio or mp4 video
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
    <head>
        <title>Rust Warp Range</title>
        <meta charset="utf-8"/>
        <link rel="stylesheet" href="styles/style.css" >
    </head>

    <body>
        <h1>Rust Warp Range</h1>
        <div>
            <!-- <video id="video" controls autoplay class="hidden" src="http://roxy:9865/media/video/essen"></video> -->
            <video id="video" controls autoplay class="hidden" src="getvideo"></video>
        </div>
    </body> 
</html>