Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Danny-Dasilva/CycleTLS
/ functions
Functions
362 in github.com/Danny-Dasilva/CycleTLS
⨍
Functions
362
◇
Types & classes
88
Method
WebSocketConnect
WebSocketConnect establishes a WebSocket connection
cycletls/client.go:301
Method
attemptConnection
()
src/index.ts:330
Function
cleanup
()
tests/test-utils.ts:118
Function
cleanup
()
tests/test-utils.js:104
Method
cleanup
()
src/index.ts:163
Function
cleanupClientPool
cleanupClientPool removes old unused clients from the pool
cycletls/client.go:261
Method
close
(code?: number, reason?: string)
src/index.ts:103
Method
connect
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1084
Method
constructor
(port: number, debug: boolean, timeout: number, executablePath?: string)
src/index.ts:185
Method
constructor
(sharedInstance: SharedInstance)
src/index.ts:602
Method
constructor
(data: Buffer)
src/index.ts:1018
Method
createStreamResponseMethods
(liveStream: Readable)
src/index.ts:752
Function
createSuiteInstance
( options?: CycleTLSOptions )
tests/test-utils.ts:113
Function
createSuiteInstance
* Wrapper for test suites that share a single CycleTLS instance * Use this with Jest's beforeAll/afterAll hooks * * @param {object} options - Cycle
tests/test-utils.js:101
Method
dialTLSHTTP2
(network, addr string, _ *utls.Config)
cycletls/roundtripper.go:561
Function
dispatcher
Dispatcher
tests/golang_hold/weird_dual.go:70
Function
dispatcher
Dispatcher
tests/golang_hold/working.go:70
Function
dispatcher
Dispatcher
tests/golang_hold/index copy.go:106
Method
eventSource
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1093
Method
events
()
src/index.ts:118
Function
filterTLS13CompatibleCurves
filterTLS13CompatibleCurves filters a list of curve IDs to only include TLS 1.3 compatible ones
cycletls/utils.go:425
Function
getActiveInstanceCount
()
tests/test-utils.ts:128
Function
getActiveInstanceCount
* Get count of active CycleTLS instances (useful for debugging)
tests/test-utils.js:114
Function
globalCleanup
()
src/index.ts:909
Method
handleClose
()
src/index.ts:717
Method
handleData
(response: any)
src/index.ts:723
Method
handleMessage
(response: any)
src/index.ts:688
Method
head
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1077
Function
main
()
main.go:10
Function
main
()
cycletls/index.go:1304
Function
main
()
src/index.go:18
Function
main
()
tests/golang/test_api.go:11
Function
main
()
tests/golang/simple.go:11
Function
main
()
tests/golang/single.go:11
Function
main
()
tests/golang/main.go:11
Function
main
()
tests/golang/compatibility/v1_compat_test.go:8
Function
main
()
tests/golang/compatibility/v2_current_test.go:10
Function
main
()
tests/golang_hold/weird_dual.go:170
Function
main
()
tests/golang_hold/working.go:165
Function
main
()
tests/golang_hold/index copy.go:199
Function
main
()
tests/golang_hold/https.go:97
Function
main
()
tests/golang_hold/cookies.go:97
Function
main
()
examples/binary_data_handling.go:28
Function
newClient
newClient creates a new http client (backward compatibility - defaults to no connection reuse)
cycletls/client.go:290
Method
onClose
(callback: (code: number, reason: string) => void)
src/index.ts:105
Method
onError
(callback: (error: Error) => void)
src/index.ts:106
Method
onError
(callback: (error: Error) => void)
src/index.ts:120
Method
onEvent
(callback: (event: SSEEvent) => void)
src/index.ts:119
Method
onMessage
(callback: (message: WebSocketMessage) => void)
src/index.ts:104
Method
options
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1083
Method
patch
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1085
Method
post
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1079
Method
put
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1080
Function
read
()
src/index.ts:972
Method
read
()
src/index.ts:715
Method
sse
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1092
Function
streamToString
(stream: Readable)
src/index.ts:926
Method
toBuf
(v: any)
src/index.ts:450
Method
trace
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1082
Method
webSocket
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1089
Function
write
(chunk: Buffer, encoding: BufferEncoding, callback: (error?: Error | null) => void)
src/index.ts:931
Method
ws
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1088
← previous
301–362 of 362, ranked by callers