syndicated-open/protocol.prs

17 lines
432 B
Plaintext
Raw Permalink Normal View History

2022-02-26 23:39:22 +00:00
version 1 .
Authority = [ @username any @password any @host any @port any ] .
; Uniform Resource Identifier https://datatracker.ietf.org/doc/html/rfc3986
Uri = <uri @scheme string @auth Authority @path any @query any @fragment any> .
; Broadcast this to open a URI.
Open = <open @uri Uri>.
2023-05-18 09:46:17 +00:00
UriRunnerConfig = {
handlerspace: #!any
urispace: #!any
} .
2022-02-26 23:39:22 +00:00
ActionHandler = <action-handler @pat string @entity #!any @action any> .