Giter Site home page Giter Site logo

Comments (2)

ikyriak avatar ikyriak commented on September 13, 2024

Hello @koide

Thanks for your message.

I may not understand your question clearly. Is this a general question, or have you found an issue?
Currently, we define the request and response content type in the controller as follows.

[ApiController]
[Route("[controller]")]
[Consumes("application/json")] // We should define this.
[Produces("application/json")] // We should define this.
[Idempotent(Enabled = true)]
public class SimpleController : ControllerBase
{
    // ...
}

Yes, I am receiving PRs. So, if you have something to contribute, please create a PR.

Have a nice day,

from idempotentapi.

koide avatar koide commented on September 13, 2024

Thanks @ikyriak - if you don't specify [Produces("application/json")] then the framework produces "application/json; charset=utf8" as the response's Content-Type and that leads to a 406 Not Acceptable response when retrieving the response from the cache as that specific Content-Type does not match any output formatter that's registered by default.

Setting the Produces attribute solves the issue cleanly. Thanks!

from idempotentapi.

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.