aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-api/CrupestApi/CrupestApi.Commons/HttpResponseAction.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-12-02 11:04:34 +0800
committercrupest <crupest@outlook.com>2022-12-02 13:35:35 +0800
commit300842e81a99db6da103f146d33eb47f43efc683 (patch)
tree2f80b57945408b8af83556a4efe5a92dea98e025 /docker/crupest-api/CrupestApi/CrupestApi.Commons/HttpResponseAction.cs
parent49ada0b891a93cf0f1c0dfc2cb5b1d103019b7c8 (diff)
downloadcrupest-300842e81a99db6da103f146d33eb47f43efc683.tar.gz
crupest-300842e81a99db6da103f146d33eb47f43efc683.tar.bz2
crupest-300842e81a99db6da103f146d33eb47f43efc683.zip
...
Diffstat (limited to 'docker/crupest-api/CrupestApi/CrupestApi.Commons/HttpResponseAction.cs')
-rw-r--r--docker/crupest-api/CrupestApi/CrupestApi.Commons/HttpResponseAction.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/crupest-api/CrupestApi/CrupestApi.Commons/HttpResponseAction.cs b/docker/crupest-api/CrupestApi/CrupestApi.Commons/HttpResponseAction.cs
new file mode 100644
index 0000000..4b76066
--- /dev/null
+++ b/docker/crupest-api/CrupestApi/CrupestApi.Commons/HttpResponseAction.cs
@@ -0,0 +1,3 @@
+namespace CrupestApi.Commons;
+
+public delegate Task HttpResponseAction(HttpResponse response);