Git Product home page Git Product logo

Comments (4)

titi38 avatar titi38 commented on July 17, 2024

Hello,
It's a very relevant remark. I will add soon a method into the HttpResponse object to set the http return code (default 200). Thus, you will be able to return the page you want, with the http code of your dream ;-)
I'll close the ticket as soon as it will be fully implemented and tested.
Cheers
Thierry

from libnavajo.

titi38 avatar titi38 commented on July 17, 2024

Hi,

I just push a new version that should do the job.

2 new methods are available in the httpResponse:
void setHttpReturnCode(unsigned value, const std::string message)
and
void setHttpReturnCode(unsigned value) // for standart http return code (the message is guest by searching through a given list of official return codes)

By default, http return code is set to 200, and message is "OK"...

Cheers,
Thierry

from libnavajo.

jcourtat avatar jcourtat commented on July 17, 2024

Hello, thank you for your work!
I may be wrong, but after removing an url using dynamicRepository->remove(url), i can still access it and enter code within getPage().
Before your enhancement, it was responding error 404 which was the good code, and did not enter getPage().

regards

Julien

from libnavajo.

titi38 avatar titi38 commented on July 17, 2024

Hello,
You were right ! It should be fixed... Could you confirm ? Thanks a lot...
Cheers,

from libnavajo.

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.