uri.dart:在Dart中使用URI的实用程序

时间:2024-05-27 05:19:49
【文件属性】:

文件名称:uri.dart:在Dart中使用URI的实用程序

文件大小:24KB

文件格式:ZIP

更新时间:2024-05-27 05:19:49

Dart

Dart中用于处理的实用程序,主要用于解析和生成URI。 UriPattern UriPattern是用于匹配和解析URI的类的接口,就像是用于String的接口一样。 它定义了方法bool matches(Uri uri)和UriMatch match(Uri uri) 。 UriMatch UriMatch是UriPattern.match()的结果。 它包含从URI中解析出的参数以及解析后剩余的URI“剩余”部分,这对于解析具有形成层次结构的多个相对URI模式的单个URI很有用。 Uri模板 UriTemplate是。 URI模板可用于从数据生成URI。 UriTemplates是从模板字符串创建的,然后使用数据进行扩展以生成URI: var template = UriTemplate ( "http://example.com/~{user}/" ); String fre


【文件预览】:
uri.dart-master
----.gitmodules(120B)
----.github()
--------workflows()
----analysis_options.yaml(2KB)
----test()
--------uri_parser_test.dart(10KB)
--------uri_test.dart(2KB)
--------uri_template_test.dart(928B)
--------uritemplate-test()
--------spec_test.dart(2KB)
--------encoding_test.dart(2KB)
--------uri_builder_test.dart(1KB)
----LICENSE(1KB)
----PATENTS(1KB)
----AUTHORS(187B)
----.gitignore(34B)
----pubspec.yaml(328B)
----CHANGELOG.md(709B)
----lib()
--------uri.dart(311B)
--------matchers.dart(2KB)
--------src()
----README.md(4KB)

网友评论