summaryrefslogtreecommitdiff
path: root/src/endpoints.sig
diff options
context:
space:
mode:
Diffstat (limited to 'src/endpoints.sig')
-rw-r--r--src/endpoints.sig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/endpoints.sig b/src/endpoints.sig
index d766eb43..852f78ce 100644
--- a/src/endpoints.sig
+++ b/src/endpoints.sig
@@ -30,7 +30,7 @@ signature ENDPOINTS = sig
datatype method = GET | POST
val methodToString : method -> string
- type endpoint = {Method : method, Url : string}
+ type endpoint = {Method : method, Url : string, ContentType : string option, LastModified : Time.time option}
val p_endpoint : endpoint Print.printer
type report = {Endpoints : endpoint list}