Packaging: Fully static Haskell builds and webapp
This commit is contained in:
@@ -104,6 +104,9 @@ textResponse = (body :
|
||||
jsonResponse = (body :
|
||||
response 200 "application/json" body)
|
||||
|
||||
htmlResponse = (body :
|
||||
response 200 "text/html; charset=utf-8" body)
|
||||
|
||||
createdResponse = (body :
|
||||
response 201 "text/plain; charset=utf-8" body)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user