Normalizes HTTP forms using the PRECIS framework.
Find a file
Sam Whited 88722b305a
norm: retract all old versions prior to release
Signed-off-by: Sam Whited <sam@samwhited.com>
2023-12-07 10:11:42 -05:00
.gitignore norm: remove mux usage and rename package 2023-12-07 10:05:11 -05:00
go.mod norm: retract all old versions prior to release 2023-12-07 10:11:42 -05:00
go.sum norm: remove mux usage and rename package 2023-12-07 10:05:11 -05:00
LICENSE norm: remove mux usage and rename package 2023-12-07 10:05:11 -05:00
norm.go norm: remove mux usage and rename package 2023-12-07 10:05:11 -05:00
norm_test.go norm: remove mux usage and rename package 2023-12-07 10:05:11 -05:00
README.md norm: remove mux usage and rename package 2023-12-07 10:05:11 -05:00

norm

Go Reference Issue Tracker

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.