Normalizes HTTP forms using the PRECIS framework.
- Go 100%
|
|
||
|---|---|---|
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| norm.go | ||
| norm_test.go | ||
| README.md | ||
norm
The code.soquee.net/norm module is a Go package used normalizing HTTP
forms using the PRECIS (preparation, enforcement, and comparison of
internationalized strings) framework defined in RFC8264.
import (
"code.soquee.net/norm"
)
License
The package may be used under the terms of the BSD 2-Clause License a copy of
which may be found in the LICENSE file.
Unless you explicitly state otherwise, any contribution submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.