D ISSUES/links.md => ISSUES/links.md +0 -5
@@ 1,5 0,0 @@
-# Extract links from network protocols
-Network protocols should be able to return links to the embedding application
-to communicate information about the connection, e.g. HTTPS certificates.
-
-This may also be useful for an open-with feature on FreeDesktop.Org-compliant systems.
A => +6 -0
@@ 0,0 1,6 @@
# Open With Menu
Since HURL is querying the OS for which apps to open a link with (by MIMEtype or URI scheme),
it should expose these options to the caller.
In Rhapsode these would become psuedo-links for the user to open text or XML-based files in
a specified app, which would be especially nice for handling webfeeds!
A ISSUES/tls-certificates.md => ISSUES/tls-certificates.md +2 -0
@@ 0,0 1,2 @@
+# Expose TLS certificates
+TLS certificates should be exposed to the caller & in turn the user. The question is how.