Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create HttpStatus to safely deal with HTTP responses status. (#33581) | webbeef | 2024-09-29 | 1 | -3/+2 |
| | | | Signed-off-by: webbeef <me@webbeef.org> | ||||
* | Let protocol handlers decide if they are fetchable (#33573) | webbeef | 2024-09-28 | 1 | -0/+4 |
| | | | | | | | This adds a 'is_fetchable()' method on the ProtocolHandler trait that is then used in the fetch code. The 'data:' protocol handler is updated to return true instead of hardcoding the scheme comparison, as well as the 'urlinfo:' handler since it's just a testing one. Signed-off-by: webbeef <me@webbeef.org> | ||||
* | Simplify the data: protocol handler (#33500) | webbeef | 2024-09-28 | 1 | -67/+27 |
| | | | Signed-off-by: webbeef <me@webbeef.org> | ||||
* | make protocol handlers registrable (#33104) | webbeef | 2024-08-22 | 1 | -0/+97 |
Signed-off-by: webbeef <me@webbeef.org> |