11cb0ef41Sopenharmony_ci'use strict' 21cb0ef41Sopenharmony_ci 31cb0ef41Sopenharmony_cimodule.exports = { 41cb0ef41Sopenharmony_ci kAgent: Symbol('agent'), 51cb0ef41Sopenharmony_ci kOptions: Symbol('options'), 61cb0ef41Sopenharmony_ci kFactory: Symbol('factory'), 71cb0ef41Sopenharmony_ci kDispatches: Symbol('dispatches'), 81cb0ef41Sopenharmony_ci kDispatchKey: Symbol('dispatch key'), 91cb0ef41Sopenharmony_ci kDefaultHeaders: Symbol('default headers'), 101cb0ef41Sopenharmony_ci kDefaultTrailers: Symbol('default trailers'), 111cb0ef41Sopenharmony_ci kContentLength: Symbol('content length'), 121cb0ef41Sopenharmony_ci kMockAgent: Symbol('mock agent'), 131cb0ef41Sopenharmony_ci kMockAgentSet: Symbol('mock agent set'), 141cb0ef41Sopenharmony_ci kMockAgentGet: Symbol('mock agent get'), 151cb0ef41Sopenharmony_ci kMockDispatch: Symbol('mock dispatch'), 161cb0ef41Sopenharmony_ci kClose: Symbol('close'), 171cb0ef41Sopenharmony_ci kOriginalClose: Symbol('original agent close'), 181cb0ef41Sopenharmony_ci kOrigin: Symbol('origin'), 191cb0ef41Sopenharmony_ci kIsMockActive: Symbol('is mock active'), 201cb0ef41Sopenharmony_ci kNetConnect: Symbol('net connect'), 211cb0ef41Sopenharmony_ci kGetNetConnect: Symbol('get net connect'), 221cb0ef41Sopenharmony_ci kConnected: Symbol('connected') 231cb0ef41Sopenharmony_ci} 24