You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The httpreplay.Replayer should have a New function that can take an fs.FS. This way it can be used with normal files, or it can be used with an embed.FS which would be helpful for unit testing. That is, the replay file can be embedded into application and a Replayer can be built with that.
The text was updated successfully, but these errors were encountered:
The
httpreplay.Replayer
should have a New function that can take anfs.FS
. This way it can be used with normal files, or it can be used with anembed.FS
which would be helpful for unit testing. That is, the replay file can be embedded into application and aReplayer
can be built with that.The text was updated successfully, but these errors were encountered: