freebsd-ports/net/grpcox/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
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)
2022-09-07 23:58:51 +02:00

9 lines
376 B
Plaintext

Turn PCurl into web based UI, extremely easy to use.
Features:
* Recognize and provide list of services and methods inside it as an options.
* Automatically recognize schema input and compose it into JSON based.
(ensure your gRPC server supports server reflection).
* Save established connection, and reuse it for next invoke/request (also can
close/restart connection).