Simple server Golang module
Find a file
2024-03-01 01:19:07 +05:00
cmd ... 2024-02-25 22:36:00 +05:00
contents feat: betterified the contents.Type and context way to set content type. 2024-03-01 01:19:07 +05:00
jsons feat: added jsons.Timestamp. 2024-01-18 21:35:58 +03:00
methods feat: started adding the method routing. 2024-01-03 20:39:39 +03:00
static Added the static. 2023-12-07 13:22:11 +03:00
statuses feat: the new architucture basing on the context. 2024-01-10 20:11:02 +03:00
urlenc feat: addded scanning for the PHP shit. 2024-01-14 16:25:28 +03:00
.gitignore Init. 2023-12-07 12:52:02 +03:00
api.go feat: added way to serve single files and fixed the redirecting relative path problems. 2024-01-10 21:30:29 +03:00
context.go feat: betterified the contents.Type and context way to set content type. 2024-03-01 01:19:07 +05:00
decoder.go feat: the new architucture basing on the context. 2024-01-10 20:11:02 +03:00
errors.go Started implementing the APIs. 2023-12-07 16:55:23 +03:00
go.mod feat: the new architucture basing on the context. 2024-01-10 20:11:02 +03:00
http.go feat: the new architucture basing on the context. 2024-01-10 20:11:02 +03:00
index.html feat: added way to serve single files and fixed the redirecting relative path problems. 2024-01-10 21:30:29 +03:00
license.txt feat: license added. 2024-01-14 23:47:09 +03:00
method.go feat: better naming Case for the definining function and added the default handlers. 2024-02-25 22:20:41 +05:00
parse.go feat: addded scanning for the PHP shit. 2024-01-14 16:25:28 +03:00
path.go feat: better naming Case for the definining function and added the default handlers. 2024-02-25 22:20:41 +05:00
re.go feat: started adding the method routing. 2024-01-03 20:39:39 +03:00
readme.md Init. 2023-12-07 12:52:02 +03:00
root.go feat: added way to serve single files and fixed the redirecting relative path problems. 2024-01-10 21:30:29 +03:00
short.go feat: stealing the gorilla/schema for us, lol. 2024-01-10 22:42:50 +03:00
static.go feat: added way to serve single files and fixed the redirecting relative path problems. 2024-01-10 21:30:29 +03:00
taskfile.yml feat: added the statuses package. 2024-01-10 18:23:02 +03:00

bond

Golang library to easily write backend and connect it to the frontend.