/go-cap-api

Example of REST API using Go for CAP

Primary LanguageGo

Learning Checkpoint

  • Mechanism of HTTP web server
  • Handler Function and Request Multiplexer (Router)
    • Using DefaultServeMux
    • Creating our own servemux
  • Marshaling data structure to JSON representation
  • Response Header
  • Marshaling data structure to XML representation
  • Request Header