Giter Site home page Giter Site logo

jackeygao / request-meta Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 3.0 153 KB

Inspect HTTP Requests. Request-Meta is alternative of requestBin; Collect, inspect and debug HTTP requests and webhooks.

Home Page: https://request-meta.herokuapp.com/

Python 14.66% CSS 24.69% HTML 60.49% Procfile 0.16%

request-meta's Introduction

request-meta's People

Contributors

jackeygao avatar agnes-u avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

James Cloos avatar  avatar  avatar

request-meta's Issues

TypeError: __init__() got an unexpected keyword argument 'hidden'

您好,

感谢您开源这个优秀的项目。不过我安装过程中遇到一些问题,可以帮我debug一下吗?

在linode ubuntu18.04上面运行“python3 server.py”显示错误“TypeError: init() got an unexpected keyword argument 'hidden'”

在windows10 pycharm本地运行“python3 server.py”显示错误“ImportError: cannot import name 'get_logger'”

Suggest to loosen the dependency on responder

Hi, your project request-meta(commit id: 7b9545a) requires "responder==2.0.7" in its dependency. After analyzing the source code, we found that the following versions of responder can also be suitable, i.e., responder 2.0.6, since all functions that you directly (4 APIs: responder.api.API.template, responder.api.API.route, responder.api.API.init, responder.api.API.run) or indirectly (propagate to 16 responder's internal APIs and 13 outsider APIs) used from the package have not been changed in these versions, thus not affecting your usage.

Therefore, we believe that it is quite safe to loose your dependency on responder from "responder==2.0.7" to "responder>=2.0.6,<=2.0.7". This will improve the applicability of request-meta and reduce the possibility of any further dependency conflict with other projects.

May I pull a request to further loosen the dependency on responder?

By the way, could you please tell us whether such an automatic tool for dependency analysis may be potentially helpful for maintaining dependencies easier during your development?

关于设置HTTPS的疑问

再此感谢JG,安装完成以后可以使用http://ip:5042 访问request-meta,我试用了一下感觉request-meta非常的简洁优雅

不过我google了很久也不知道怎么设置https,因为现在有的webhook已经不支持http协议了,仅支持https协议,网络上关于Responder这个库的资料似乎也不多。

关于怎么修改成443端口、安装SSL证书(比如Let's encrypt),希望JG大佬能在百忙之中抽空补充一下,稍微指点一下思路就好。

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.