Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recording support? #9

Open
shyndman opened this issue Mar 11, 2021 · 1 comment
Open

Recording support? #9

shyndman opened this issue Mar 11, 2021 · 1 comment

Comments

@shyndman
Copy link

shyndman commented Mar 11, 2021

Hi there,

I've been eyeing your package with interest, and I wanted to point out something that I've been playing around with: https://github.com/shyndman/http-recorder

It's an http client that records all requests and responses, which includes multipart requests and streamed requests. It's built on top of the http package, and I've been chatting with the https://github.com/CodingAleCR/http_interceptor/ maintainer to see if I can get some of the ideas integrated.

Seems like it might be a good fit for nock too, as the JS lib has this ability.

@cah4a
Copy link
Owner

cah4a commented Apr 27, 2021

Hi @shyndman

First, sorry for the late response.

Do you mind making integration of your package inside nock?

As I can see, they should well work together. Nock is working using HttpOverrides while http-recorded uses custom IoClient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants