search for: httpd_stop

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

2024 Dec 05
2
Exposing native httpd server
...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 part. https://github.com/wch...
2024 Dec 06
1
Exposing native httpd server
...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 part. https:...
2024 Dec 08
2
Exposing native httpd server
...gt; >> * 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...
2024 Dec 08
1
Exposing native httpd server
...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... >>> &...