Basic HTTP Transport Protocol Python Server #94
andrewlayer
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pre-submission Checklist
What would you like to share?
I personally like learning about new protocols by inspecting the payloads sent and received by clients and servers. This is a simple project I built since I have seen this asked a lot using the Inspector tool & HTTP transfer protocol. This is currently unsupported by other clients. It also uses debugpy so you can view the payloads yourself by attaching a debugger to the
5679
port.Relevant Links
https://github.com/andrewlayer/MCP-http-protocol
Beta Was this translation helpful? Give feedback.
All reactions