servo/ports/servoshell/desktop/protocols
webbeef f57ae60056
Let protocol handlers decide if they are fetchable (#33573)
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>
2024-09-28 19:38:49 +00:00
..
mod.rs Basic tab strip for the minibrowser (#33100) 2024-08-27 20:17:33 +00:00
resource.rs Fix typo on protocol handlers (#33565) 2024-09-27 07:16:27 +00:00
servo.rs Fix typo on protocol handlers (#33565) 2024-09-27 07:16:27 +00:00
urlinfo.rs Let protocol handlers decide if they are fetchable (#33573) 2024-09-28 19:38:49 +00:00