We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9761ea commit d484707Copy full SHA for d484707
README.md
@@ -0,0 +1,10 @@
1
+# simple-c-http-server
2
+A very, very simple http server written in C to consume github webhooks and do things.
3
+
4
+## Rationale
5
+Can I build a small binary that largely follows the suckless philosophy which can handle my limited continuous integration needs?
6
7
+## To do
8
+- Multi-threading
9
+- HTTP/Request filtering (rules that dictate action)
10
+- Allow forking shell scripts for more complex actions
0 commit comments