Skip to content
/ echo Public

Go HTTP server that responds with text/plain version of the request

Notifications You must be signed in to change notification settings

wiztools/echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echo

This server displays the request information in text form:

POST /sfsdfsdf/dsfsdfsdf HTTP/1.1
Host: localhost:3000
User-Agent: Apache-HttpClient/4.5.6 (Java/1.8.0_201)
Content-Length: 43
Accept-Encoding: gzip,deflate
Connection: Keep-Alive
Content-Type: application/json; charset=UTF-8

{
	"usr-id": 1,
	"name": "Subhash Chandran"
}

This is useful when configuring reverse proxies where you need to understand how the reverse proxy forwards the requests.

About

Go HTTP server that responds with text/plain version of the request

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published