Compare commits

..

No commits in common. "main" and "v1.4.0" have entirely different histories.
main ... v1.4.0

3 changed files with 8 additions and 10 deletions

View File

@ -4,11 +4,10 @@
],
"copyright": "Copyright © 2025, Andrew Lalis",
"dependencies": {
"handy-http-primitives": "~>1.8",
"handy-http-transport": "~>1.6",
"handy-http-primitives": "~>1.6",
"handy-http-transport": "~>1.1",
"handy-http-data": "~>1.2",
"handy-http-websockets": "~>1.2",
"handy-http-handlers": "~>1.0",
"handy-http-websockets": "~>1.1",
"slf4d": "~>4.0"
},
"description": "A collection of Handy-HTTP dependencies and common boilerplate code for starting a web server in minutes.",

View File

@ -4,13 +4,13 @@
"asdf": "0.7.17",
"dxml": "0.4.4",
"handy-http-data": "1.2.0",
"handy-http-handlers": "1.0.0",
"handy-http-primitives": "1.8.0",
"handy-http-transport": "1.6.0",
"handy-http-websockets": "1.2.0",
"handy-http-primitives": "1.6.0",
"handy-http-transport": "1.3.0",
"handy-http-websockets": "1.1.1",
"mir-algorithm": "3.22.4",
"mir-core": "1.7.3",
"path-matcher": "1.2.0",
"photon": "0.11.0",
"sharded-map": "2.7.0",
"silly": "1.1.1",
"slf4d": "4.1.1",
"streams": "3.6.0"

View File

@ -4,7 +4,6 @@ public import handy_http_transport;
public import handy_http_primitives;
public import handy_http_data;
public import handy_http_websockets;
public import handy_http_handlers;
/**
* Starts an HTTP server, using the given handler to handle all incoming