mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 10:26:29 +02:00
- import path comments are obsoleted by the go.mod file's module statement Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
3 lines
132 B
Go
3 lines
132 B
Go
// Package httputil provides HTTP utility functions, complementing the more
|
|
// common ones in the net/http package
|
|
package httputil
|