11
handler_test.go
Normal file
11
handler_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package http
|
||||
|
||||
import (
|
||||
"context"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestHandler(t *testing.T) {
|
||||
ctx := context.WithValue(context.TODO(), rspCodeKey{}, &rspCodeVal{})
|
||||
SetRspCode(ctx, 404)
|
||||
}
|
||||
Reference in New Issue
Block a user