oasislabs / oasis.js

🕸A web client for the Oasis platform
Apache License 2.0
33 stars 11 forks source link

Add low-level HTTP request logging #346

Closed mitjat closed 4 years ago

mitjat commented 4 years ago

HTTP is the lowest-level layer through which Parcel SDK communicates with the other components (=gateway, mostly). I've found this useful in my debugging.

This PR doesn't use the tiny TS logging class from oasis-std, because that would cause a cyclic depndency between the two packages.

mitjat commented 4 years ago

Cleaning up an old branch ...