Core functionality for new aiterp.net servers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gisle Aune c41ab30851 Added cookie update on successful user check 7 years ago
auth Fixed compile error from last commit (oops) 7 years ago
generate Added FriendlyID() ID generator for human-friendly IDs 7 years ago
response Fixed path crash in static (same as resource), Added CompressedJSON response type. 7 years ago
.gitignore Added gitignores and updated license 7 years ago
LICENSE Added gitignores and updated license 7 years ago
README.md Initial commit 7 years ago
function.go Added Router.Function for callback routes 7 years ago
function_test.go Added Router.Function for callback routes 7 years ago
resource.go Added Router.Function for callback routes 7 years ago
resource_test.go Added PrivateWrite and PrivateRead settings to resource. 7 years ago
router.go Added cookie update on successful user check 7 years ago
router_test.go Second Commit 7 years ago
static.go Fixed path crash in static (same as resource), Added CompressedJSON response type. 7 years ago
static_test.go Added static router for file serving 7 years ago

README.md

wrouter

Core functionality for new aiterp.net servers