A Wishbone input module to make http get requests.
Project description
__ __ __ .--.--.--|__.-----| |--| |--.-----.-----.-----. | | | | |__ --| | _ | _ | | -__| |________|__|_____|__|__|_____|_____|__|__|_____| version 2.1.2 Build composable event pipeline servers with minimal effort. ========================= wishbone.input.httpclient ========================= Version: 1.0.0 A HTTP client doing http requests to pull data in. -------------------------------------------------- This module requests an URL at the defined interval. Parameters: - url(str/list)("http://localhost") | The URL to fetch (including port). | When a list, will process all urls defined. - username(str)(None) | The login to use. - password(str)(None) | The password to use. - interval(int)(60) | The interval in seconds between each request. - allow_redirects(bool)(False) | Allow redirects. - timeout(float)(10) | The maximum amount of time in seconds the request is allowed to take. Queues: - outbox | Incoming events The header contains: - status_code: The status code of the request.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file wishbone_input_httpclient-1.0.1.tar.gz
.
File metadata
- Download URL: wishbone_input_httpclient-1.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7564977d27982547464f8aa509af6cf03730689b5ce59eaa06c9854f5410c80 |
|
MD5 | 52093a039e7cfb58b0d06849617a883f |
|
BLAKE2b-256 | 1090f42c395f0161cccdc4805551a5b1727caf57e5a0f0c8ce2905c37a4eeee9 |