Giter Site home page Giter Site logo

Response headers about kakapo.js HOT 3 CLOSED

SAbadi avatar SAbadi commented on June 1, 2024
Response headers

from kakapo.js.

Comments (3)

zzarcon avatar zzarcon commented on June 1, 2024

@SAbadi can you provide the code you are using to do the request?

from kakapo.js.

SAbadi avatar SAbadi commented on June 1, 2024

@zzarcon

Here is my code:

return new Kakapo.Response(200, {}, {'X-request-date': new Date().getTime()});

Basically header object which is supposed to be the third parameter in the Response's constructor(based on the documentation) gets ignored totally. By default the only header which is set for the Response is:

content-type: application/json; charset=utf-8

And its not possible to add more headers or change any of the headers. The issue is in xhrInterceptor.js which there is no usage of KakapoResponse.headers.

I can see "fakeHeaders" object(line 17) doesn't get updated by any means, so that's why Response's headers is always only the default value.

By the way I realized that Response's statusText is always empty string.

from kakapo.js.

zzarcon avatar zzarcon commented on June 1, 2024

@SAbadi Fixed in 0.2.3, please let me know if works fine for you now :)

from kakapo.js.

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.