URI parsing in folly
authorTudor Bosman <tudorb@fb.com>
Wed, 10 Apr 2013 00:34:52 +0000 (17:34 -0700)
committerJordan DeLong <jdelong@fb.com>
Sun, 21 Apr 2013 20:21:31 +0000 (13:21 -0700)
commit9ff69037a4faab0ffb5e781b993428cceef62c9b
tree0cb0a9c3623d9d9cb1768064eceb229a4cb63f8b
parentc78e8cf45e441501431aeaf29a342e07c0628fb8
URI parsing in folly

Summary: Cleaned up from common/strings/URL.h, and it should be URI, not URL.

Test Plan: tests added

Reviewed By: chip@fb.com

FB internal diff: D768880
folly/String-inl.h
folly/String.h
folly/Uri-inl.h [new file with mode: 0644]
folly/Uri.cpp [new file with mode: 0644]
folly/Uri.h [new file with mode: 0644]
folly/build/generate_escape_tables.py
folly/test/StringTest.cpp
folly/test/UriTest.cpp [new file with mode: 0644]