October 2016
Beginner
348 pages
6h 31m
English
Armed with the information from the last section, it is possible to use the HTTP package to create services over HTTP. Earlier we discussed the perils of creating services using raw TCP directly when we created a server for our global monetary currency service. In this section, we explore how to create an API server for the same service using HTTP as the underlying protocol. The new HTTP-based service has the following design goals:
The following shows the code involved in the implementation of the new service. ...
Read now
Unlock full access