谷歌URL解析和规范化C库:google-url
openkk
12年前
google-url 是一个用来解析URL和对URL进行标准化的C语言库。特性:
- Fast: hundreds of thousands of typical URLs can be parsed and canonicalized per second on a modern CPU.
- Compatible: When possible, this library has strived for IE7 compatability. It supports Unix-style file URLs, as well as the more complex rules for Window file URLs.
- Complete: This library is among the most complete implementations available.
- Easily embededable: Unlike most implementations of URL parsing and canonicalization, this library is designed to be embedded into another application.