goose-http 0.1.0

HTTP/1.1 server for Rust implementing RFC 9110/9111/9112 semantics, caching, and range handling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8" />
    <title>Goose HTTP Compliance Harness</title>
    <meta http-equiv="Cache-Control" content="no-store" />
</head>

<body>
    <main>
        <h1>Goose HTTP Compliance Harness</h1>
        <p>This origin responds with representative resources for RFC 9110/9111/9112 validation.</p>
    </main>
</body>

</html>