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
NOTE: go has some form of this feature (but of course limited to C: https://golang.org/cmd/cgo/); there's an opportunity to do this much more elegantly
eg use cases: would simplify writing tests, which wouldn't have to carry around separate headers; makes scripting easier
eg syntax:
how hard would that be to implement?
cc @marler8997
EDIT: maybe HAR could be used here, allowing to use multiple files, eg:
The text was updated successfully, but these errors were encountered: