Skip to Content
C++ Reactive Programming
book

C++ Reactive Programming

by Praseed Pai, Peter Abraham
June 2018
Intermediate to advanced
348 pages
8h 45m
English
Packt Publishing
Content preview from C++ Reactive Programming

The REST programming model

The REST, which stands for  REpresentational State Transfer, is an architectural style spearheaded by Roy Fielding as part of his PhD thesis. Nowadays, it is one of the most popular technique for exposing and consuming web services. REST follows a resource-centric approach and nicely maps to the CRUD pattern, which are popular among programmers who are well versed in writing enterprise business applications. We use JavaScript Object Notation (also known as JSON) as payload while writing REST services, instead of the XML format (which is in vogue for SOAP services). The REST programming model relies on HTTP verbs (GET,POST,PUT,DELETE and so on )to indicate the kind of operations to be executed while receiving a REST ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Functional Programming in C++

Functional Programming in C++

Ivan Cukic

Publisher Resources

ISBN: 9781788629775Supplemental Content