This commit is contained in:
Jef Roosens 2022-04-01 21:34:58 +02:00
parent 148ec3ab47
commit 3a6effad80
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 12 additions and 11 deletions

View file

@ -138,8 +138,8 @@ pub const (
// It has fields for the query, form, files.
pub struct Context {
mut:
content_type string = 'text/plain'
status http.Status = http.Status.ok
content_type string = 'text/plain'
status http.Status = http.Status.ok
pub:
// HTTP Request
req http.Request