qib.util.networking.http_put

qib.util.networking.http_put(url: str, headers: dict, body: dict, title: str | None = None) Response[source]

Send a HTTP PUT request to the given URL with the given headers and json data. (Optionally) Specify a title for logging.