Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 143 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 143 Bytes

url-parser

Simple C++ Code to Parse a Given URL.

The Code uses String functions to Split any given URL into: Protocol, Domain, Host, Path.