FICHA · MANJARO

python-requests-unixsocket

Use requests to talk HTTP via a UNIX domain socket

  • Library
  • Dev
  • NETWORK
  • System
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Lets Python Requests send HTTP-style calls through a UNIX domain socket instead of a TCP network port. This is useful for local services, container engines, and daemons that expose an HTTP API only through a socket file.

Developers and administrators use it as a library in local automation. Socket permissions control who can reach the service, so verify file paths and access rights before connecting to privileged daemons.

Permissions

Permissions not analysed for this source yet.