pipecat.http module

Functions for working with HTTP requests.

pipecat.http.get(*args, **kwargs)

Retrieve data using HTTP requests.

Accepts the same parameters as requests.get(), plus the following:

Parameters:poll (time quantity, optional.) – Time to wait between requests.
Yields:records (dict) – Records will contain a single string key with the contents returned from each request.