[common] Move headers canonicalization from server
to common
module.
This commit is contained in:
parent
5771b8e56d
commit
874228ec49
1 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
package server
|
||||
package common
|
||||
|
||||
|
||||
import "fmt"
|
||||
|
@ -8,9 +8,6 @@ import "net/http"
|
|||
import "strings"
|
||||
|
||||
|
||||
import . "github.com/volution/kawipiko/lib/common"
|
||||
|
||||
|
||||
|
||||
|
||||
func CanonicalHeaderNameFromBytes (_header []byte) (string) {
|
Loading…
Reference in a new issue