Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-102855

Support for LocalSocket in QNetworkAccessManager

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: Not Evaluated Not Evaluated
    • None
    • None
    • None

      Dockers REST api by default listens on a unix socket ( on mac / linux ) or a named pipe ( on windows ).

      To allow Qt Creator ( and others ) to interface with this API we need a way to either directly support some form of url ( e.g. unix:///var/run/docker.socket ), or specify an alternative ( in this case QLocalSocket ) socket for QNAM to use for certain requests.

      Trying to implement this currently is not feasible without re-implementing / copying the private HTTP Request classes. Using the QNetworkBackend mechanism is also not an option as it is private, and not used by the HTTP Request classes that QNAM uses.

      As an example, see here for how the curl api supports this: https://github.com/cqbqdd11519/DockerClient/blob/master/docker.cpp#L238

        For Gerrit Dashboard: QTBUG-102855
        # Subject Branch Project Status CR V

            manordheim Mårten Nordheim
            madwinter Marcus Tillmanns
            Vladimir Minenko Vladimir Minenko
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: