Restructure all http related files

Moving all http related functions and helpers into a new http submodule
This commit is contained in:
Melody Becker 2025-03-04 13:56:57 +01:00
parent 0a0c185c06
commit 18bf623114
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
package middleware package http
import ( import (
"net/http" "net/http"

View file

@ -1,4 +1,4 @@
package middleware package http
import ( import (
"context" "context"

View file

@ -1,4 +1,4 @@
package other package http
import ( import (
"fmt" "fmt"

View file

@ -1,4 +1,4 @@
package middleware package http
import ( import (
"net/http" "net/http"