Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
outlinetrue
REST

Introduction

REST(Representational State Transfer) is not a standard but a Web application development architectural style, which can be understood as a design pattern. REST -based is based on some widely used existing protocols and standards such as HTTP, URI, XML and widely popular these existing protocols and standards, along , etc. Along with REST, HTTP protocol to obtain a more correct useis used in a  more correct way. Compared to with SOAP and WSDL-based Web services, REST model provides a more concise realizationsolution.

REST API using the resource positioning, WEB service interface is provided externally and announced a series of URI parameters.

URI

Introduction

URI(A Uniform Resource Identifier (URI) is a string of some simple uniform (standardized) manner that identifies the resourcecharacters used to identify a resource.

Description

Part Description

...