-
Notifications
You must be signed in to change notification settings - Fork 2.4k
RESTful web server #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@DJuego, thank you for the feedback. There wasn't any particular reason why I haven't implemented other methods like PUT and DELETE. I only needed GET and POST when I wrote this library. I may add missing HTTP methods in the future. Thanks for asking! |
Also need OPTIONS (#62). |
Providing |
Yes. I like DELETE (and POST, GET, HEAD of course). I don´t like "del". I do not feel "standard". Another option is "Delete" And so; Post, Get, Head, I have no problems with breaking changes for this feature. It is a great step that deserves it. I've been using cpp-httplib on Windows and I'm really satisfied. Now I want to try Linux. ;-) I begin to feel the need for a more complete interface. I need to be able to respond to requests from other projects that make requests that I can not handle (PUT, DELETE ...) Please, any progress in that regard would be greatly welcome!! Thanks DJuego |
Thank you for this project! Thank you for your effort!
Header-only, no dependencies. cross-platform, light and elegant... It's the closest thing to the solution I was looking for.
Only I miss a more complete interface (with PUT and DELETE and perhaps, others). Any reason not to implement those features?
In any case I am not an expert and I think that what your project offers is enough for my purposes. :-)
Thanks again!
DJuego
The text was updated successfully, but these errors were encountered: