Go 語言 httpdump server 除錯工具

Akagi201發表於2016-12-09

httpdump

Repo: https://github.com/Akagi201/httpdump

Simple Golang HTTP Server which dumps the incoming client headers and body

Build

  • docker: docker build -t httpdump .
  • go build main.go -o httpdump

Run

  • --host: default host is 0.0.0.0.
  • --port: default port is 2222.

相關文章