Skip to Content
Building RESTful Web Services with .NET Core
book

Building RESTful Web Services with .NET Core

by Gaurav Aroraa, Tadit Dash
May 2018
Intermediate to advanced
334 pages
7h 25m
English
Packt Publishing
Content preview from Building RESTful Web Services with .NET Core

Request object

The Request object represents any call/request that is sent to the server. The Request object has the following members:

  • jsonrpc: A string that indicates the version of the JSON-RPC protocol. It must be accurate (in this case, version 2.0).
  • method: A string that has the name of the method to be adjured. Method names that begin with the word rpc and are succeeded by a period character (U+002E or ASCII 46) are restrained for rpc-internal methods and extensions, and must not be worn for anything else.
  • params: A structured value that dominates the parameter values. It is to be worn throughout the conjuration of the method. This member may be deleted.
  • id: An identifier fixed by the client that must have a string, number, or null ...
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

Hands-On RESTful Web Services with ASP.NET Core 3

Hands-On RESTful Web Services with ASP.NET Core 3

Samuele Resca
Microservices in .NET Core

Microservices in .NET Core

Christian Horsdal Gammelgaard

Publisher Resources

ISBN: 9781788291576Supplemental Content