____________ is a protocol for fetching resources on the Web.
Give this one a try later!
HTTP
RESTFul web services are [A] and can be identified by their [B].
Give this one a try later!
resources, URLs
The _________________ is a component of a CRUD application that helps users interact with
the application.
, Give this one a try later!
UI/user interface
Node will not automatically write a [A] back to the client, but it is the programmer's
responsibility to [B] the response.
Give this one a try later!
response, end
REST is an ______________ for software design of web applications.
Give this one a try later!
architectural style
The design of REST systems is characterized by being _________ and by applying the
principle of separation of concerns.
Give this one a try later!
stateless
HTTP clients send [A] to the server and receive [B] from the server.
Give this one a try later!
HTTP
RESTFul web services are [A] and can be identified by their [B].
Give this one a try later!
resources, URLs
The _________________ is a component of a CRUD application that helps users interact with
the application.
, Give this one a try later!
UI/user interface
Node will not automatically write a [A] back to the client, but it is the programmer's
responsibility to [B] the response.
Give this one a try later!
response, end
REST is an ______________ for software design of web applications.
Give this one a try later!
architectural style
The design of REST systems is characterized by being _________ and by applying the
principle of separation of concerns.
Give this one a try later!
stateless
HTTP clients send [A] to the server and receive [B] from the server.