Snapd socket transport plugin for HTTPie
Snap is an app store for Linux. Snapd is the custom URL protocol used to talk to that store using their REST API.
$ python -m pip install --upgrade httpie-snapdsocket
To query httpie
Snap package details:
$ http 'snapd:///v2/find?name=httpie'
Have a look at the Snapd REST API documentation for more information.
Based on the original code from @chipaca (chipaca/httpie-snap).