kataras on master
Bump github.com/shirou/gopsutil… (compare)
kataras on go_modules
dependabot[bot] on go_modules
Bump github.com/shirou/gopsutil… (compare)
kataras on go_modules
kataras on master
Bump google.golang.org/protobuf… (compare)
dependabot[bot] on go_modules
Bump google.golang.org/protobuf… (compare)
kataras on master
update sponsors, thanks you all… (compare)
kataras on master
Update LICENSE (compare)
kataras on master
fix #1938 (compare)
kataras on master
add more PostValueXXX methods a… (compare)
kataras on master
Bump github.com/klauspost/compr… (compare)
kataras on go_modules
go get github.com/kataras/iris/v12@master
iris.WithoutPathCorrection
.
Hey there. I am a beginner, searching for about an hour for the home file 😅
Could you please tell me, in which file i have to add my <component /> for having it just above the "type a message field" (not in the header)???
Thx a lot
Hi guys! I have a quick question: I'm using iris to exclusively serve static files as downloads using a wildcard in iris.Dir(), and it looks as though I need to rebuild the routes by restarting the server as new files are added. Am I missing something or doing something incorrectly?
Hello,
You probably using embedded files (files converted into binary format inside the application build). Please check the example: https://github.com/kataras/iris/blob/master/_examples/file-server/file-server/main.go