elnormous / HTTPRequest

Single-header C++ HTTP request class
The Unlicense
942 stars 213 forks source link

A couple of ideas #76

Open superwills opened 6 months ago

superwills commented 6 months ago

Your library seems very promising, but I thought I would let you know a few ideas I had while looking at it:

superwills commented 6 months ago

See also this softwareengineering.stackexchange answer on exceptions being considered an antipattern

Nevermore1994 commented 3 months ago

I rewrote the HTTP request. https://github.com/Nevermore1994/http-request

In this repo,It sounds like all the ideas you mentioned have already been implemented.

By the way, auto is quite beneficial for C++ development. Using auto extensively does not increase the cognitive load for developers; on the contrary, it can significantly reduce the burden on both developers and the compiler.