Updated readme.

This commit is contained in:
Andrew Lalis 2025-07-01 21:07:41 -04:00
parent ae1194e159
commit 602667879f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ implemented so far.
## HTTP/1.1 ## HTTP/1.1
Use the `Http1Transport` implementation of `HttpTransport` to serve content Use the `TaskPoolHttp1Transport` implementation of `HttpTransport` to serve content
using the HTTP/1.1 protocol. See the example below: using the HTTP/1.1 protocol. See the example below:
```d ```d