yet another golang port of httpbin using echo #2091
yuanji-dev
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
I have seen that PR but not reviewed it due lack of time atm. About "replace" in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently I created a golang port of httpbin by using echo, and it works great! feel free to take a look if you're interested, I call it
echobin
and repo is https://github.com/masakichi/echobin, you can also find the online demo here: https://echobin.gimo.me/Also, during the implementation, I sent a PR for echo #2085 it will add deflate compress middleware. I'm not sure if it's suitable to be merged to master. currently, I use the
replace
directive ingo.mod
for my project so that I can use this middleware in echo.https://github.com/masakichi/echobin/blob/main/go.mod#L5
https://github.com/masakichi/echobin/blob/main/main.go#L71-L72
Beta Was this translation helpful? Give feedback.
All reactions