b19d93fb1e
WIP: initial prototype
...
- Added body compression
- Removed old options
2019-02-11 12:01:52 +01:00
8a14ede19f
Updated typings
2019-02-11 11:54:22 +01:00
23cfe11e44
Unknown parameters handling ( #761 )
2019-01-29 17:31:43 +01:00
55fc8d7388
Handle unescaped characters
2019-01-28 11:27:21 +01:00
88c9fa8546
Consistent roles handling
2019-01-21 16:49:08 +01:00
ea3e54b255
Updated Connection Pool
...
- Merge nodes with same url but different id during update
- Cache auth data if provided when adding a connection
2019-01-14 16:08:20 +01:00
fc6d12ad3e
Updated closing logic
2018-12-19 19:49:29 +01:00
32e674f26c
Added protocol validation
2018-12-18 17:28:25 +01:00
3c667d38e6
Handle headers as request option
2018-12-13 16:54:01 +01:00
f6020e68a4
WIP: initial prototype
...
- Do not serilize keys with undefined values in querystring
- Added promises support in Transport.request
2018-12-12 19:47:33 +01:00
b91b1ad1de
WIP: initial prototype
...
- Added options parameter in API methods
- Updated typings
2018-12-12 16:53:51 +01:00
a9e621721e
WIP: initial prototype
...
- Added client.close API
- Added resurrect event
- Improved resurrect ping strategy
- Updated types
2018-12-10 20:15:42 +01:00
aa5977b153
WIP: initial prototype
...
- Added error parameter to request and response event
- Dropped error event
- Updated typescript indentation
2018-12-05 22:18:32 +01:00
b60a716e00
WIP: initial prototype
...
- Added sniff reason
- Improved types
2018-12-04 14:29:40 +01:00
fd738f8425
WIP: initial prototype
...
- Standardized event emitters
- Refactored transport.request to have a better handling of the state
- Added sniff event
- Improved abort handling
2018-12-03 18:11:43 +01:00
ab1d7ba992
Typings support ( #737 )
...
* Updated scripts
* Updated .gitignore
* Removed symbols
* Fixed typo
* Added typings
* Updated test
* Added typings test
2018-11-30 17:01:55 +01:00
79b4187f30
WIP: initial prototype
...
- Hide auth data from Node ID
- Added support for sending streams
2018-11-20 18:51:23 +01:00
020165168c
WIP: initial prototype
...
- Expose connection info inside events
- Fixed minor bugs
2018-11-19 11:33:40 +01:00
11b0d50751
WIP: initial prototype
...
- Added asStream option
- Better handling of request object
2018-11-15 17:50:56 +01:00
3dd4f01370
WIP: initial prototype
...
- Renamed host configuration, now we use node(s)
- Updated Connection internals
- Added custom headers for Connection
2018-11-09 17:15:29 +01:00
e97f66b0c3
WIP: initial prototype
...
- Updated ConnectionPool internals
- Added ConnectionPool.update api
- Experimental: return http response in transform
2018-11-08 19:34:12 +01:00
d77d97d301
WIP: initial prototype
...
- Use plain node http.request
- WIP: connection closing procedure
- Updated ConnectionPool.getConnection
- Removed Selector class and expose a single configuration parameter
- Added compression handling
- Improved code documentation
2018-11-05 19:19:39 +01:00
c9635c4a71
WIP: initial prototype
...
- Added support for different format of requestTimemout
- Changed api method result
- Now we are always returning the result in case of error
- Improved body deserialization
- Added cast to boolen for HEAD requests
- Added support for already serialized strings in the ndserializer
- Fixed qserializer in case of null object
- Updated Errors
2018-10-30 16:32:10 +01:00
51e6c76511
WIP: initial prototype
...
- Added querystring support
- Added support for already serialized bodies
2018-10-26 19:04:45 +02:00
8ce9f970f0
WIP: initial prototype
...
- Added randomizeHost option
- Added ignore status code option
- Updated error classes
- Added ndjson support
- Retry on 502/3/4
2018-10-25 17:10:00 +02:00
3c8aaaecd1
WIP: initial prototype
...
- Added more sniffing options
- Added support for different resurrection strategies
- Fixed url resolving
2018-10-24 15:52:11 +02:00
cef4e2dfc1
WIP: initial prototype
...
- Added support for request timeout
- Improved deserializer
- Fixed minor bugs
- Fixed typos
2018-10-22 16:50:17 +02:00
68cca6069b
WIP: initial prototype
...
- Added keep-alive Agent
- Added support for HTTPS
- Added log events
2018-10-19 15:04:07 +02:00
e1b80882af
Initial prototype
2018-10-18 17:27:31 +02:00