Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

jaysonsantos/url-parser-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url-parser-c

A simple C URL parser made for study purposes

Running

$ make check
./url_parser http://google.com/
Protocol: 'http' - Host: 'google.com' - Port: '0' - Path: '/' - Query String: '(null)' Valid Host: 1 - IP: '173.194.118.66'

About

A simple C URL parser made for study purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published