initial commits

master
Charles Iliya Krempeaux 2023-08-11 16:45:58 -07:00
parent e8a2ce1657
commit e2394fbc68
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Online documentation, which includes examples, can be found at: http://godoc.org
## Example
```go
//
values := httprequest.Values("Accept")
values := httprequest.Header.Values("Accept")
// ...