Skip to content

king526/multipart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multipart

this repository is refine official multipart lib.

  1. Allow specified temp multipart file save path,which may use large space.
  2. can move temp file to dest instead of copy write.

FormBody

when use Writer make a multipart form request with large file,the form bytes  
need to write to file or memory.

FormBody add CreateFromReader,CreateFromByPath for no read file to form bytes,
it read the Reader(file) at post request.

About

refine of official multipart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages