index
:
crupest.git
dev
mail
main
crupest's personal main repo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docker
/
crupest-api
/
CrupestApi
/
CrupestApi.Commons
/
HttpResponseAction.cs
blob: 4b7606603d8af66545a42476248ea5fbacd3c326 (
plain
)
1
2
3
namespace
CrupestApi.Commons
;
public
delegate
Task
HttpResponseAction
(
HttpResponse
response
);