LibURL/Pattern: Complete the implementation of the constructor

This commit is contained in:
Shannon Booth 2025-03-18 19:36:35 +13:00 committed by Tim Flynn
commit e35555f00e
Notes: github-actions[bot] 2025-04-06 12:27:22 +00:00
4 changed files with 208 additions and 135 deletions

View file

@ -34,4 +34,6 @@ struct Component {
static PatternErrorOr<Component> compile(Utf8View const& input, PatternParser::EncodingCallback, Options const&);
};
bool protocol_component_matches_a_special_scheme(Component const& protocol_component);
}