freebsd-ports/www/faup/pkg-descr
Antoine Brodin dbaeeeeb71 New port: www/faup
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/
2013-11-25 22:07:21 +00:00

6 lines
308 B
Text

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/