XITONIX
  • Home
  • About
  • Contact

HTTP API in Go – Part II

October 28, 2018December 12, 2018 AlexGoLeave a Comment on HTTP API in Go – Part II

Level: Beginner In this part, we are going to learn:  How to serve different HTTP methods (GET, POST) How to put HTTP method constraints on the routes How to pass client data to the server using request body and query…

Read More

HTTP API in Go – Part I

October 1, 2018December 12, 2018 AlexGoLeave a Comment on HTTP API in Go – Part I

Level: Beginner   Pretty much all the services we design everyday, require some sort of interface to communicate with the outside World. From a pool of available options, HTTP is a widespread medium which is used by many services to…

Read More

Archives

  • December 2018 (1)
  • October 2018 (2)

Useful Links

  • Awesome Go
  • Just for Func

RSS Golang Weekly

  • Should Go directly support embedding files into binaries?
  • Syntax highlighting, GraalVM vs Go, and why AMEX has chosen Go
  • What are Go's features of last resort?
  • Go turns 10 years old 🎉

Recent Posts

  • Dockerising a Go Service
    December 11, 2018
  • HTTP API in Go – Part II
    October 28, 2018
  • HTTP API in Go – Part I
    October 1, 2018

Tags

Beginner Golang HTTP API Intermediate
Copyright © 2018 All rights reserved.