resource
the target of an HTTP request, identified by a URI — anything that can be named
In HTTP, a resource is whatever a URI identifies. It is deliberately abstract: a document, a row in a database, a physical device, a service, a concept. HTTP never exposes the resource itself — only representations of it (see representation).