Skip to content

sjbabadi/request-tub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implied Schema of Request Bin

Redis K/V Store:

[URI] => {
    "Requests": [
      {
        "timestamp": "",
        "method": "",
        "query_params": [
          "": "" , (...)
        ],
        "headers": [
          "" : "", (...)
        ],
        "body": ""
      }, (...)
    ]
  }

Workflow: Main page has a button to create a bin, checkbox for private. Clicked the button: given a URL. // generate a cookie and send it over. visit website.com/URI?inspect: grab json data from store [URI] Processing Job

About

Generate on-demand endpoints for collecting and analyzing webhooks (or any HTTP request). Built with Node/Express/React/MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages