microsoft / sfs-client

Simple File Solution (SFS) Client
MIT License
15 stars 13 forks source link

Adding UrlBuilder #168

Closed arthuraraujo-msft closed 8 months ago

arthuraraujo-msft commented 8 months ago

Closes #33, helps #99.

Wraps around the libcurl-ur interface from curl. Enables one to create a valid URL through building blocks, setting different URL parts. Exposes only the things we make use of in SFSClient.

Will be used in SFSClient in #99.