Lines Matching full:parsing
2 The Google URL Parsing Library
5 This is the Google URL Parsing Library which parses and canonicalizes URLs.
12 server programs in mind, so unlike most implementations of URL parsing
37 discussed below to interface with the low-level parsing and canonicalization
81 1. Parsing
83 At the lowest level is the parsing code. The files encompasing this are
87 Parsing can not fail and does no validation. The exception is the port number,
134 The canonicalization and parsing layers do not know anything about the URI
135 schemes supported by your application. The parsing and canonicalization
140 low-level parsing and canonicalization to call the correct versions for
159 If you want this behavior, call RemoveURLWhitespace before parsing. This will