We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e562446 commit 4aa97fcCopy full SHA for 4aa97fc
.travis.yml
@@ -5,8 +5,6 @@ dart:
5
- stable
6
- 1.22.1
7
- 1.21.1
8
- - 1.20.1
9
- - 1.19.1
10
cache:
11
directories:
12
- $HOME/.pub-cache
lib/src/scan.dart
@@ -10,14 +10,14 @@
///
/// [spec]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html
import 'package:string_scanner/string_scanner.dart';
13
+
14
/// HTTP entities.
15
16
/// Many of the regular expressions come from [section 2.2 of the HTTP
17
/// spec][spec].
18
19
20
-
21
/// An HTTP token.
22
final token = new RegExp(r'[^()<>@,;:"\\/[\]?={} \t\x00-\x1F\x7F]+');
23
0 commit comments