Skip to content

Commit

Permalink
Merge branch 'main' into feature/logger-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 authored Dec 1, 2024
2 parents 3c27970 + f31ec35 commit 8efa1b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/api/constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ const (
MIMEApplicationXMLCharsetUTF8 = "application/xml; charset=utf-8"
MIMEApplicationJSONCharsetUTF8 = "application/json; charset=utf-8"
MIMEApplicationJavaScriptCharsetUTF8 = "application/javascript; charset=utf-8"
)```
)
```

### HTTP status codes were copied from net/http.
### HTTP status codes were copied from net/http

```go
const (
Expand Down

0 comments on commit 8efa1b1

Please sign in to comment.