3-service

command
v0.0.0-...-f68f4d8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2022 License: MIT Imports: 4 Imported by: 0

README

Encode

[
  {
    "FirstName": "Luiz Henrique"
  },
  {
    "FirstName": "Amora"
  },
  {
    "FirstName": "Rafael"
  },
  {
    "FirstName": "Daniel"
  },
  {
    "FirstName": "Todd"
  }
]  

curl -v localhost:8000/encode?name=Amora

Decode

Linux

curl -v -XPOST -H "Content-Type: application/json"  -d '{"FirstName": "Rafael"}' localhost:8000/decode

Windows

curl -v -XPOST -H "Content-Type: application/json" -d "{\"FirstName\": \"Rafael\"}" localhost:8000/decode

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL