Mike Gerwitz
|
e058c8b509
|
Copyright range update
All files now have the same range, beginning from the conception of this
project.
|
2019-08-30 09:41:35 -04:00 |
Mike Gerwitz
|
630af0a062
|
Add ability to provide origin to NodeHttpImpl
* src/dapi/http/NodeHttpImpl.js (_parseUrl): Add method.
(__construct): Add argument.
(requestData): Use it.
* test/dapi/http/NodeHttpImplTest.js: Add tests.
|
2017-06-21 13:55:15 -04:00 |
Mike Gerwitz
|
a3e359a050
|
Add node dapi HTTP implementation
* src/dapi/http/HttpError.js: Add error subtype.
* src/dapi/http/NodeHttpImpl.js: Add node-based HTTP impl.
* test/dapi/http/HttpErrorTest.js: Add test.
* test/dapi/http/NodeHttpImplTest.js: Add test.
|
2017-06-21 10:52:46 -04:00 |