2015년 3월 13일 금요일

cURL, iconv, url parsing

cURL: command line에서 URL을 이용해서 파일을 전송할 수 있도록 함
==> libcurl
http://curl.haxx.se/

iconv: 텍스트의 인코딩을 변경함 (예: euckr 형식의 텍스트를 UTF-8 형식으로 변경)
==> libiconv
http://www.gnu.org/software/libiconv/


url parsing에 대한 링크:
http://stackoverflow.com/questions/726122/best-ways-of-parsing-a-url-using-c

- http://www.w3.org/Library/src/HTParse MIT license
- http://uriparser.sourceforge.net/ BSD license
- https://github.com/joyent/http-parser ==> http_parser_parse_url()
- http://draft.scyphus.co.jp/lang/c/url_parser.html
- https://github.com/luismartingil/scripts/tree/master/c_parse_http_url

댓글 없음:

댓글 쓰기