mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
6 lines
317 B
Plaintext
6 lines
317 B
Plaintext
This library has been designed to make it easier to access web services that
|
|
claim to be "RESTful". A reasonable definition of what this means can be found
|
|
on Wikipedia [1]. However a reasonable description is that a RESTful service
|
|
should have urls that represent remote objects which methods can then be
|
|
called on.
|