Git Product home page Git Product logo

Comments (4)

yhirose avatar yhirose commented on May 21, 2024 2

Providing Server::delete method is not possible since delete is a C++ reserved keyword. So we have to compromise to choose a different name like del. Or we could use DELETE. If we choose such a word with all capital letters, I guess others like get, head and post also should be changed to GET, HEAD, and POST for consistency. It'll cause a breaking change, but it seems like that's the way we should take.

from cpp-httplib.

yhirose avatar yhirose commented on May 21, 2024 1

@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!

from cpp-httplib.

yhirose avatar yhirose commented on May 21, 2024

Also need OPTIONS (#62).

from cpp-httplib.

DJuego avatar DJuego commented on May 21, 2024

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

from cpp-httplib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.