1
0
Fork 0
gitea/modules/context
6543 16dea6cebd
[refactor] replace int with httpStatusCodes (#15282)
* replace "200" (int) with "http.StatusOK" (const)

* ctx.Error & ctx.HTML

* ctx.JSON Part1

* ctx.JSON Part2

* ctx.JSON Part3
2021-04-05 11:30:52 -04:00
..
access_log.go
api.go [refactor] replace int with httpStatusCodes (#15282) 2021-04-05 11:30:52 -04:00
api_org.go
api_test.go
auth.go [refactor] replace int with httpStatusCodes (#15282) 2021-04-05 11:30:52 -04:00
captcha.go
context.go [refactor] replace int with httpStatusCodes (#15282) 2021-04-05 11:30:52 -04:00
csrf.go
form.go
org.go
pagination.go
permission.go
private.go
repo.go
response.go
secret.go
xsrf.go
xsrf_test.go