genhttpv1 library collection
Project description
CURLIO is an advanced http library. It comes with the genhttpv1library collection that offers advanced features. curlio has multiple functions. It takes its basic structure from libraries like curl. #example usage
import curlinkhref
url = 'https://example.com'
ch = curlinkhref.create_curlink_href(url)
# 2. HTTP metodunu ayarlayın (GET, POST, vb.)
curlinkhref.set_http_method(ch, 'GET')
# 3. HTTP isteğini gerçekleştirin
curlinkhref.perform_request(ch)
# 4. Kaynakları temizleyin
curlinkhref.cleanup_curlink_href(ch)
Although the code structure is like this, it has a modular structure and has been developed in a way that it can be easily integrated or developed
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file curlIO-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: curlIO-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60404f2d96ad97f07f19c5955285eacc57cb7a43b0851eac809732394720178b |
|
MD5 | cd14e577cade64cefc65c50cca9da676 |
|
BLAKE2b-256 | ffd258a29a3971dd9defb1b03ba4a7eb0b3a41e4b0dd9878639f153360788e0f |