echo-http

command module
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: MIT Imports: 13 Imported by: 0

README

echo-http - Echo http service

Responds with json-formatted echo of the incoming request and with a predefined message.

The binary can be installed directly (go install github.com/umputun/echo-http) or used as a multi-arch docker container ghcr.io/umputun/echo-http

http https://echo.umputun.com/something

{
    "headers": {
        "Accept": "*/*",
        "Accept-Encoding": "gzip",
        "User-Agent": "HTTPie/2.4.0",
        "X-Forwarded-For": "12.12.12.12",
        "X-Forwarded-Host": "172.29.0.2:8080",
        "X-Origin-Host": "echo.umputun.com",
        "X-Real-Ip": "12.12.12.12"
    },
    "host": "172.29.0.2:8080",
    "message": "echo echo 123",
    "remote_addr": "172.29.0.3:37432",
    "request": "GET /something"
}
Application Options:
  -l, --listen=  listen on host:port (default: 0.0.0.0:8080) [$LISTEN]
  -m, --message= response message (default: echo) [$MESSAGE]

Help Options:
  -h, --help     Show this help message

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