ObjFW  Ticket Change Details

Overview

Artifact ID: 6b33ad93e79ee2919b8b183547c3b32945da3f0ff42ee9457b04f48c37eef4c9
Ticket: 44ec7f4c75ca9ef75dc9ed85cb9da4144e8eeb68
Add support for URIs
User & Date: js on 2022-09-28 19:37:13
Changes

  1. icomment:
    This raises the question: What to do with `OFURLHandler`? Will it become `OFURIHandler`? How would a URI be handled? Is it desirable to handle a URI? Would `objfw-embedded:///some_file` become `objfw-embedded:some_file`?
    
    URLs know how to locate something, but URIs don't. But theoretically a handler could even know how to retrieve it without a location, hence `OFURIHandler` would make sense?
    
  2. login: "js"
  3. mimetype: "text/x-markdown"
  4. resolution changed to: "Open"