nodules / asker

http.request wrapper with gzip, request retries and http.Agent tuning
MIT License
93 stars 11 forks source link

`Request.DEFAULT_OPTIONS` export and changing is not covered by tests #24

Closed kaero closed 11 years ago

kaero commented 11 years ago
Request.DEFAULT_OPTIONS = {
    host : 'localhost',
    port : 80,
    path : '/',
    method : 'GET',
    maxRetries : 0,
    timeout : 500,
    allowGzip : true,
    requestId : ''
};