search for: httpd_start

Displaying 4 results from an estimated 4 matches for "httpd_start".

2024 Dec 05
2
Exposing native httpd server
...s to expose the native http server. This would include: * de-hardcoding the server so that we can register other functions not just httpd * exporting many functions and renaming them (such as mime_type) * writing better interfaces, `startDynamicHelp` is kind of hard to work with, something like httpd_start(dir, fun, port), httpd_stop(port) and httpd_status(port) would be much cleaner. I would like to say that I have no idea what I am doing, I don't understand webtech or the internal implementation, so if there are reasons why this isn't a great idea... I am happy to make a PR for the R p...
2024 Dec 06
1
Exposing native httpd server
...http server. > This would include: > > * de-hardcoding the server so that we can register other functions not just httpd > * exporting many functions and renaming them (such as mime_type) > * writing better interfaces, `startDynamicHelp` is kind of hard to work with, something like httpd_start(dir, fun, port), httpd_stop(port) and httpd_status(port) would be much cleaner. > > I would like to say that I have no idea what I am doing, I don't understand webtech or the internal implementation, so if there are reasons why this isn't a great idea... > > I am happy to make...
2024 Dec 08
2
Exposing native httpd server
...gt; This would include: >> >> * de-hardcoding the server so that we can register other functions not just httpd >> * exporting many functions and renaming them (such as mime_type) >> * writing better interfaces, `startDynamicHelp` is kind of hard to work with, something like httpd_start(dir, fun, port), httpd_stop(port) and httpd_status(port) would be much cleaner. >> >> I would like to say that I have no idea what I am doing, I don't understand webtech or the internal implementation, so if there are reasons why this isn't a great idea... >> >> I am...
2024 Dec 08
1
Exposing native httpd server
...;> * de-hardcoding the server so that we can register other functions >>> not just httpd >>> * exporting many functions and renaming them (such as mime_type) >>> * writing better interfaces, `startDynamicHelp` is kind of hard to >>> work with, something like httpd_start(dir, fun, port), >>> httpd_stop(port) and httpd_status(port) would be much cleaner. >>> >>> I would like to say that I have no idea what I am doing, I don't >>> understand webtech or the internal implementation, so if there are >>> reasons why thi...