Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDocument example of how to fake a file download #324
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can I mock a url that is used to download a file?
Is it possible to set a file into the body of register_uri?