mirror of
https://github.com/gospider007/requests.git
synced 2025-12-24 13:57:52 +08:00
add sse docs, sse close bug
This commit is contained in:
@@ -37,10 +37,14 @@ Requests is a fully featured HTTP client library for Golang. Network requests ca
|
||||
* [HTTP1](https://github.com/gospider007/requests/blob/master/test/protocol/http1_test.go)
|
||||
* [HTTP2](https://github.com/gospider007/requests/blob/master/test/protocol/http2_test.go)
|
||||
* [WebSocket](https://github.com/gospider007/requests/blob/master/test/protocol/websocket_test.go)
|
||||
* [SSE](https://github.com/gospider007/requests/blob/master/test/protocol/sse_test.go)
|
||||
* [Fingerprint](https://github.com/gospider007/requests/tree/master/test/fingerprint)
|
||||
* [Ja3 Fingerprint](https://github.com/gospider007/requests/blob/master/test/fingerprint/ja3_test.go)
|
||||
* [Http2 Fingerprint](https://github.com/gospider007/requests/blob/master/test/fingerprint/http2_test.go)
|
||||
* [Ja4 Fingerprint](https://github.com/gospider007/requests/blob/master/test/fingerprint/ja4_test.go)
|
||||
* [Session](https://github.com/gospider007/requests/blob/master/test/session_test.go)
|
||||
* [IPv4, IPv6 Address Control Parsing](https://github.com/gospider007/requests/blob/master/test/addType_test.go)
|
||||
* [DNS Settings](https://github.com/gospider007/requests/blob/master/test/dns_test.go)
|
||||
* [Fingerprint](https://github.com/gospider007/requests/blob/master/test/ja3_test.go)
|
||||
* [Proxy](https://github.com/gospider007/requests/blob/master/test/proxy_test.go)
|
||||
* [Well tested client library](https://github.com/gospider007/requests/tree/master/test)
|
||||
## Supported Go Versions
|
||||
|
||||
Reference in New Issue
Block a user