brightdata_proxy 0.1.0

A simple helper library which helps you set up a brightdata proxy which you can use with the reqwest library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.reqwest]
version = "0.12.4"

[dependencies.typed-builder]
version = "0.18.2"

[dependencies.uuid]
features = ["v4"]
version = "1.8.0"

[package]
authors = ["Jeroen Vervaeke <crates.contact.6yqd3@8alias.com>"]
description = "A simple helper library which helps you set up a brightdata proxy which you can use with the reqwest library"
edition = "2021"
license = "MIT"
name = "brightdata_proxy"
repository = "https://github.com/jeroenvervaeke/brightdata-proxy"
version = "0.1.0"