BrokenRecord.jl icon indicating copy to clipboard operation
BrokenRecord.jl copied to clipboard

Reproducible tests for HTTP requests

Results 6 BrokenRecord.jl issues
Sort by recently updated
recently updated
newest added

I'm trying the same example in my previous issue #20 , I realize the recorded request body are now all `[Message Body was streamed]` for S3, which as a result...

Not entirely sure if this will be possible, but libcurl does support a bunch of callbacks.

Thanks for making the package! this makes it a lot easier for testing HTTP requests indeed. But I find that I'm not able to hide credentials that are not inside...

Are there any more breaking changes to the public API that we'd like to make before releasing BrokenRecord.jl version 1.0.0? cc: @christopher-dG ## List of planned breaking changes: - [...

Hey @christopher-dG , It might just be due to a failing Docs CI build, but my recently merged Docs PR (#26 ) is not being reflected in the currently deployed...

I haven't been keeping up with anything, but I know HTTP 2 is coming (https://github.com/JuliaWeb/HTTP.jl/pull/1213) and might change some internals. This package basically works via `HTTP.pushlayer!`, so if the "layer"...