mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
453 B
Text
8 lines
453 B
Text
Roy Thomas Fielding's thesis Architectural Styles and the Design of
|
|
Network-based Software Architectures describes Representational State Transfer
|
|
which comprises several core concepts:
|
|
- Resource: A conceptual mapping to one or more entities.
|
|
- Representation: An instance of a resource at a given point in time.
|
|
|
|
Async::REST models these abstractions as closely and practically as possible and
|
|
serves as a basis for building asynchronous web clients.
|