Skip to content

Instantly share code, notes, and snippets.

@markito
Last active July 1, 2020 22:30
Show Gist options
  • Select an option

  • Save markito/5340d90f3288507d7c522733e0dd6338 to your computer and use it in GitHub Desktop.

Select an option

Save markito/5340d90f3288507d7c522733e0dd6338 to your computer and use it in GitHub Desktop.
$ curl http://localhost:8080/translate -H "Content-Type: text/plain" -d "Hello"
"Hola"
$ curl http://localhost:8080/translate -H "Content-Type: text/plain" -d "This is a test"
"Esto es una prueba"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment