Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

resumable

resumable (chunked) files upload server endpoint

usage

with defaults

r := &Resumable{} 
r.SetDefaults()

go func(){
  for {
    chunk := <- r.ChunksChan
    ...
  }
}()

// or r := Resumable{..options..}
http.Handle("/path", resumable)

About

resumable (chunked) files upload server endpoint

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages