You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SimpleServer is a cheerful HTTP server in Go-perfect for beginners and curious coders! Get instant JSON greetings, echo your data, or try a friendly POST. Fast, minimal, and always ready to say "hello". 🚀👋
A RESTful API, made in Go, that performs a simple GET request to a local http server, against the query string passed. The API url query takes any string as a value with it's paired key "text", and reverse the string's character order, which is returned in the response body.