support additional header name-value pairs

This commit is contained in:
sparklxb
2017-01-08 22:34:26 +08:00
parent 86a7c56275
commit da9b672d1b
5 changed files with 36 additions and 30 deletions

View File

@@ -13,10 +13,9 @@ import (
"net/http"
"net/textproto"
"net/url"
"strings"
"path"
"strconv"
"strings"
"github.com/chrislusf/seaweedfs/weed/filer"
"github.com/chrislusf/seaweedfs/weed/glog"