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
Add Form::set_boundary to customize multipart boundary
Customizing the boundary makes it easier to write tests that assert on the Content-Type header and body, as the content can be static. Method documentation sufficiently describes the risk of doing this. Closes#2374
0 commit comments