blob: fb0553af1958f81a25f2a3abc3c51fa0602cba52 (
plain)
1
2
3
4
5
6
|
Faup stands for Finally An Url Parser and is a library and command line tool to
parse URLs and normalize fields with two constraints:
- Work with real-life urls (resilient to badly formated ones)
- Be fast: no allocation for string parsing and read characters only once
WWW: http://stricaud.github.io/faup/
|