FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

whnarthur/urlparser: Simple URL Parser for C++ · GitHub

 
 

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

URL Parser for C++

URL Parser for C++

This is an url parser for C++.

Functionality:

  • URL parsing
  • URL encoding/decoding
  • query parsing
  • path parsing

Usage:

    ...
    string s = "http://www.google.co.kr/path1/path2/file.html";
    EdUrlParser* url = EdUrlParser::parseUrl(s);
    ...

Refer to example for detail information.

About

Simple URL Parser for C++

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL