Skip to content

Instantly share code, notes, and snippets.

@lesce
Created March 7, 2018 14:28
Show Gist options
  • Save lesce/b0ee92ac163c0fb0ebf721c804885315 to your computer and use it in GitHub Desktop.
Save lesce/b0ee92ac163c0fb0ebf721c804885315 to your computer and use it in GitHub Desktop.
x, _ := ioutil.ReadAll(c.Request.Body)
fmt.Printf("%s", string(x))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment