aboutsummaryrefslogtreecommitdiff
path: root/captain/http.f90
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2022-05-06 12:53:08 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2022-05-06 12:53:08 -0400
commit9917a9882eff675567007194661df57450016c89 (patch)
treee9d81ba6db3ee677a725180ed059cb0981384c34 /captain/http.f90
parentf3b48d0678fe23c8ff4aed8bfdc370b3b8197b9f (diff)
downloadlevitating-9917a9882eff675567007194661df57450016c89.tar.gz
levitating-9917a9882eff675567007194661df57450016c89.zip
Login and session tracking now works via Gemini. Need to restrict operations in Gemini based on request auth levels still.
Diffstat (limited to 'captain/http.f90')
-rw-r--r--captain/http.f906
1 files changed, 0 insertions, 6 deletions
diff --git a/captain/http.f90 b/captain/http.f90
index 8449ba2..61715fd 100644
--- a/captain/http.f90
+++ b/captain/http.f90
@@ -23,12 +23,6 @@
module http
implicit none
- integer, parameter::HTTP_CODE_SUCCESS = 200
- integer, parameter::HTTP_CODE_NOTFOUND = 404
- integer, parameter::HTTP_CODE_FAILURE = 500
- integer, parameter::HTTP_CODE_REDIRECT = 302
- integer, parameter::HTTP_CODE_UNAUTHORIZED = 401
-
contains
subroutine write_status(outunit, code)