Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

tchakabam/mURIel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mURIel

A C++ library to parse, validate, modify, and factorize Uniform Resource Identifiers (i.e. URLs)

mURIeL - "manipulation of URI elements with Logic"

For now it permits to parse a URL, and individually access/modify the components, as well as appending/inserting elements, as path or port. Also you can access individual parts of the path easily, like the directory or just the filename, if existing. Moreover it encapsulates a datamodel called ByteRange that holds all the information to a an HTTP-range-request and has the logic to parse a range from a string in the usual format. Inversely the range can be output in this way or in any given "printf-pattern". You can also attach listeners to the Url to propagate modifications of the data model.

About

A C++ library to parse, validate, modify, and factorize URIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors