go-httpd-echo

command module
v0.0.0-...-a6b3798 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2024 License: MIT Imports: 8 Imported by: 0

README

go-httpd-echo

受信したHTTPリクエストの内容を表示するWEBアプリです。 TCP Exposerのデモや挙動確認のために作成しました。

表示内容

  • メソッド・ホスト名・パスなどの基本情報
  • TCP Exposer(リバースプロキシとして振る舞います)が付与したHTTPヘッダー
  • その他HTTPヘッダー
  • リクエストボディ

アクセス方法

ローカルでの動作方法

docker build -t go-httpd-echo .
docker run --rm -p 8080:8080 go-httpd-echo
curl localhost:8080

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL