mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
net.http: fix request_test.v
This commit is contained in:
@@ -244,7 +244,7 @@ fn parse_form(body string) map[string]string {
|
||||
// ...
|
||||
}
|
||||
|
||||
struct FileData {
|
||||
pub struct FileData {
|
||||
pub:
|
||||
filename string
|
||||
content_type string
|
||||
|
Reference in New Issue
Block a user