index
:
go-gemini
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
handler.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
ResponseWriter: Remove unexported method
Adnan Maolood
2021-02-24
1
-2
/
+0
*
TimeoutHandler: Mention returned error
Adnan Maolood
2021-02-24
1
-1
/
+2
*
Add unexported method to timeout writer
Adnan Maolood
2021-02-24
1
-1
/
+2
*
Implement TimeoutHandler by wrapping ResponseWriter
Adnan Maolood
2021-02-24
1
-7
/
+50
*
Make ResponseWriter an interface
Adnan Maolood
2021-02-24
1
-6
/
+6
*
Remove ErrHandlerTimeout
Adnan Maolood
2021-02-23
1
-2
/
+1
*
Move TimeoutHandler to handler.go
Adnan Maolood
2021-02-23
1
-0
/
+44
*
Make ResponseWriter a struct
Adnan Maolood
2021-02-23
1
-5
/
+5
*
handler: Mention when the context is canceled
Adnan Maolood
2021-02-23
1
-0
/
+3
*
handler: Mention ResponseWriter.Close method
Adnan Maolood
2021-02-23
1
-1
/
+2
*
Use HandlerFunc to implement StatusHandler
Adnan Maolood
2021-02-23
1
-10
/
+3
*
server: Don't recover from panics
Adnan Maolood
2021-02-21
1
-7
/
+0
*
Use StatusHandler in NotFoundHandler implementation
Adnan Maolood
2021-02-21
1
-3
/
+1
*
Rename RedirectHandler to StatusHandler
Adnan Maolood
2021-02-20
1
-11
/
+8
*
Remove NotFound function
Adnan Maolood
2021-02-20
1
-7
/
+4
*
Make Status a type
Adnan Maolood
2021-02-20
1
-6
/
+6
*
handler: Make ServeGemini accept a Context
Adnan Maolood
2021-02-20
1
-10
/
+11
*
Reverse order of RedirectHandler arguments
Adnan Maolood
2021-02-17
1
-3
/
+3
*
Add utility Handler functions
Adnan Maolood
2021-02-17
1
-0
/
+91