吹牛:我想跟踪所有HTTP请求,并轻松重播

时间:2024-02-24 13:43:35
【文件属性】:

文件名称:吹牛:我想跟踪所有HTTP请求,并轻松重播

文件大小:1.65MB

文件格式:ZIP

更新时间:2024-02-24 13:43:35

go http curl ngrok replay

夸 “我想跟踪所有请求,并轻松地重播。” 与Go HTTP服务器集成 安装吹牛包装: go get github.com/dcb9/boast 安装后,修改服务器文件 使用默认的HTTP服务器 package main import ( "fmt" "net/http" "net/http/httptest" "github.com/dcb9/boast" ) func main() { mux := http.NewServeMux() mux.HandleFunc("/", http.HandlerFunc(func(w http.ResponseWriter, req *


【文件预览】:
boast-master
----frontend()
--------index.html(193B)
--------.eslintrc.js(642B)
--------src()
--------.babelrc(200B)
--------config()
--------build()
--------README.md(459B)
--------.editorconfig(147B)
--------.gitignore(44B)
--------.eslintignore(25B)
--------package.json(2KB)
--------static()
----.gitattributes(71B)
----README_zh.md(4KB)
----inits()
--------log()
----web()
--------bindata_assetfs.go(3.32MB)
--------web.go(1KB)
--------ws()
----config()
--------config.go(1KB)
----LICENSE(1KB)
----assets()
--------.gitignore(14B)
----.goxc.local.json(80B)
----README.md(4KB)
----Makefile(319B)
----transaction()
--------serve.go(437B)
--------transaction.go(2KB)
--------transactionHub.go(2KB)
--------transaction_test.go(3KB)
--------reverseProxy.go(2KB)
----boast.go(310B)
----.gitignore(54B)
----cmd()
--------main.go(192B)

网友评论