Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

requests

An HTTP client for Nimony that hands the entire TLS/JA3/JA4/HTTP-2 fingerprint off to curl-impersonate — so its requests are byte-indistinguishable from a real browser at the network layer — then puts that whole machine (headers, cookies, proxies, TLS, DNS, redirects, timing) under programmatic control.

📖 Full docs → aoughwl.github.io/docs/net-stack

import requests

let s = newSession("chrome136", proxy = "socks5h://user:pass@host:1080")
let r = s.get("https://example.com")
echo r.status, " HTTP/", r.httpVersionStr, " ", r.body.len, "b"
s.close()

Ordered headers, a coherence audit linter, persistent H2-coalescing handles, file-backed cookie jars, and a Share pool that keeps a fleet coherent.

About

An HTTP client for nimony that hands the whole TLS/JA3/JA4/HTTP-2 fingerprint to curl-impersonate — byte-indistinguishable from a real browser — then puts headers, cookies, proxies, TLS, DNS, redirects and timing under programmatic control.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages