csachs / picohttpclient

A tiny, no-dependencies, header-only HTTP 1.1 client library for C++ (very, very alpha)
MIT License
4 stars 3 forks source link

Issues with URI parser #1

Open poul1x opened 4 years ago

poul1x commented 4 years ago

Your http client works well, but I've spent a lot of time guessing its usage. Only when looked at URI parser, I was able to do what I want. Just look the picture below

image

Please, fix this issue. And you should create more usage examples if you want somebody to use your http client.

csachs commented 4 years ago

Thanks for using the client! I have not used it my self for a long time, but this sure looks like a bug, thanks for reporting. I'll take a look.