Giter Club home page Giter Club logo

Comments (1)

jeffotoni avatar jeffotoni commented on June 10, 2024 1

O bug foi corrigido, porém o seus Middlewares me chamaram a atenção para testa-los, como não está 100% os middlewares precisamos testar mais eles e implementa-los..

curl -iv -H "Block: false" localhost:8080/v1/blocked

`* Trying 127.0.0.1:8080...

  • Connected to localhost (127.0.0.1) port 8080 (#0)

GET /v1/blocked HTTP/1.1
Host: localhost:8080
User-Agent: curl/7.81.0
Accept: /
Block: false

  • Mark bundle as not supporting multiuse
    < HTTP/1.1 200 OK
    HTTP/1.1 200 OK
    < Content-Type: application/json
    Content-Type: application/json
    < Date: Thu, 23 Feb 2023 04:53:45 GMT
    Date: Thu, 23 Feb 2023 04:53:45 GMT
    < Content-Length: 46
    Content-Length: 46

<

  • Connection #0 to host localhost left intact
    {"msg":"Quick ❤️","block_message":"false"}`

curl -iv -H "Block: false" localhost:8080/v1/blocked/error

`* Trying 127.0.0.1:8080...

  • Connected to localhost (127.0.0.1) port 8080 (#0)

GET /v1/blocked/error HTTP/1.1
Host: localhost:8080
User-Agent: curl/7.81.0
Accept: /
Block: false

  • Mark bundle as not supporting multiuse
    < HTTP/1.1 404 Not Found
    HTTP/1.1 404 Not Found
    < Content-Type: text/plain; charset=utf-8
    Content-Type: text/plain; charset=utf-8
    < X-Content-Type-Options: nosniff
    X-Content-Type-Options: nosniff
    < Date: Thu, 23 Feb 2023 04:56:04 GMT
    Date: Thu, 23 Feb 2023 04:56:04 GMT
    < Content-Length: 19
    Content-Length: 19

<
404 page not found

  • Connection #0 to host localhost left intact
    `

from quick.

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.