add raw handler support

This commit is contained in:
Kevin Pham
2023-12-07 08:43:05 -06:00
parent 6a5b85f260
commit 4779229b32
6 changed files with 56 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ import (
func TestRaw(t *testing.T) {
app := fiber.New()
app.Get("/raw/*", Raw)
app.Get("/raw/*", NewRawProxySiteHandler(nil))
testCases := []struct {
name string