MCPcopy Create free account

hub / github.com/Danny-Dasilva/CycleTLS / functions

Functions362 in github.com/Danny-Dasilva/CycleTLS

MethodWebSocketConnect
WebSocketConnect establishes a WebSocket connection
cycletls/client.go:301
MethodattemptConnection
()
src/index.ts:330
Functioncleanup
()
tests/test-utils.ts:118
Functioncleanup
()
tests/test-utils.js:104
Methodcleanup
()
src/index.ts:163
FunctioncleanupClientPool
cleanupClientPool removes old unused clients from the pool
cycletls/client.go:261
Methodclose
(code?: number, reason?: string)
src/index.ts:103
Methodconnect
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1084
Methodconstructor
(port: number, debug: boolean, timeout: number, executablePath?: string)
src/index.ts:185
Methodconstructor
(sharedInstance: SharedInstance)
src/index.ts:602
Methodconstructor
(data: Buffer)
src/index.ts:1018
MethodcreateStreamResponseMethods
(liveStream: Readable)
src/index.ts:752
FunctioncreateSuiteInstance
( options?: CycleTLSOptions )
tests/test-utils.ts:113
FunctioncreateSuiteInstance
* 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
MethoddialTLSHTTP2
(network, addr string, _ *utls.Config)
cycletls/roundtripper.go:561
Functiondispatcher
Dispatcher
tests/golang_hold/weird_dual.go:70
Functiondispatcher
Dispatcher
tests/golang_hold/working.go:70
Functiondispatcher
Dispatcher
tests/golang_hold/index copy.go:106
MethodeventSource
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1093
Methodevents
()
src/index.ts:118
FunctionfilterTLS13CompatibleCurves
filterTLS13CompatibleCurves filters a list of curve IDs to only include TLS 1.3 compatible ones
cycletls/utils.go:425
FunctiongetActiveInstanceCount
()
tests/test-utils.ts:128
FunctiongetActiveInstanceCount
* Get count of active CycleTLS instances (useful for debugging)
tests/test-utils.js:114
FunctionglobalCleanup
()
src/index.ts:909
MethodhandleClose
()
src/index.ts:717
MethodhandleData
(response: any)
src/index.ts:723
MethodhandleMessage
(response: any)
src/index.ts:688
Methodhead
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1077
Functionmain
()
main.go:10
Functionmain
()
cycletls/index.go:1304
Functionmain
()
src/index.go:18
Functionmain
()
tests/golang/test_api.go:11
Functionmain
()
tests/golang/simple.go:11
Functionmain
()
tests/golang/single.go:11
Functionmain
()
tests/golang/main.go:11
Functionmain
()
tests/golang/compatibility/v1_compat_test.go:8
Functionmain
()
tests/golang/compatibility/v2_current_test.go:10
Functionmain
()
tests/golang_hold/weird_dual.go:170
Functionmain
()
tests/golang_hold/working.go:165
Functionmain
()
tests/golang_hold/index copy.go:199
Functionmain
()
tests/golang_hold/https.go:97
Functionmain
()
tests/golang_hold/cookies.go:97
Functionmain
()
examples/binary_data_handling.go:28
FunctionnewClient
newClient creates a new http client (backward compatibility - defaults to no connection reuse)
cycletls/client.go:290
MethodonClose
(callback: (code: number, reason: string) => void)
src/index.ts:105
MethodonError
(callback: (error: Error) => void)
src/index.ts:106
MethodonError
(callback: (error: Error) => void)
src/index.ts:120
MethodonEvent
(callback: (event: SSEEvent) => void)
src/index.ts:119
MethodonMessage
(callback: (message: WebSocketMessage) => void)
src/index.ts:104
Methodoptions
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1083
Methodpatch
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1085
Methodpost
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1079
Methodput
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1080
Functionread
()
src/index.ts:972
Methodread
()
src/index.ts:715
Methodsse
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1092
FunctionstreamToString
(stream: Readable)
src/index.ts:926
MethodtoBuf
(v: any)
src/index.ts:450
Methodtrace
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1082
MethodwebSocket
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1089
Functionwrite
(chunk: Buffer, encoding: BufferEncoding, callback: (error?: Error | null) => void)
src/index.ts:931
Methodws
(url: string, options: CycleTLSRequestOptions)
src/index.ts:1088
← previous301–362 of 362, ranked by callers