contributed by <handsomehsia J >
CH18 Service-oriented software engineering
18.1 SOA (Service-Oriented Architecture)
SOA is a style of software design where services are provided to the other components by application components, through a communication protocol over a network.
There is 5 main HTTP methods:
GET:The GET method requests a representation of the specified resource. Requests using GET should only retrieve data.