Git Product home page Git Product logo

Comments (4)

cmorten avatar cmorten commented on May 25, 2024

Hey @g-wozniak 👋

Thanks for raising - a curious one as we have test coverage for this ( see https://github.com/asos-craigmorten/superdeno/blob/main/test/supertest.opine.test.ts#L164 ) so guessing something has changed subtly in a recent version of Deno or Opine to cause this.

So can try to reproduce, what version of Opine were you using?

from superdeno.

g-wozniak avatar g-wozniak commented on May 25, 2024

Hey. Thanks for the response.
Yes I'd imagine as it's quite important bit :)
I am using [email protected].

Adding: res.type("application/json") to the handler didn't help either.
I've ruled out Opine because if I launch manually the server and make the call to a similar endpoint I am getting:

content-length: 13
content-type: application/json; charset=utf-8
etag: W/"d-db138f5ff0fed06ff05baf0912c"
x-correlation: f6571c1e-7c63-4f69-9f18-48c5855cb1c6
x-powered-by: Opine

from superdeno.

g-wozniak avatar g-wozniak commented on May 25, 2024

Even if I run:

  import { superdeno, opine } from '../dependencies.ts'
  const app = opine()
  app.get('/', (req, res, next) => {
    res.type("application/json")
    res.json({ data: 'ok' })
  })

  await superdeno(app)
    .get('/')
    .expect(200)
    .then(response => {
      console.log(response.headers)
    })

it throws - { "content-type": undefined }
So unless I am blind, doing something obvious wrongly - can't get to the bottom of it. :)

from superdeno.

cmorten avatar cmorten commented on May 25, 2024

Hi @g-wozniak, can you see if [email protected] solves the issue for you? If not please re-open!

from superdeno.

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.