There was an error while loading. Please reload this page.
1 parent 809e617 commit 51552c7Copy full SHA for 51552c7
1 file changed
vlib/net/http/http.v
@@ -117,7 +117,6 @@ pub mut:
117
// request to the given `url`.
118
pub fn post_multipart_form(url string, conf PostMultipartFormConfig) !Response {
119
body, boundary := multipart_form_body(conf.form, conf.files)
120
- println(conf.header)
121
mut header := conf.header
122
header.set(.content_type, 'multipart/form-data; boundary="${boundary}"')
123
return fetch(
0 commit comments