xolvio / meteor-http-interceptor

Intercepts HTTP calls and allows fake implementations to take over entire domains. Used for testing.
13 stars 5 forks source link

Fix for #3 #5

Closed fongandrew closed 9 years ago

fongandrew commented 9 years ago

Addresses https://github.com/xolvio/meteor-http-interceptor/issues/3. Options object doesn't appear to be used anywhere after passed to HTTP.call, so JSON-stringifying it seems fine (and we can always parse it if we need the raw data again elsewhere).

samhatoum commented 9 years ago

Thank you