Displaying 4 results from an estimated 4 matches for "httpd_status".
2024 Dec 05
2
Exposing native httpd server
...lude:
* 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/r-source/blob/trunk/src...
2024 Dec 06
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 this isn't a great idea...
>
> I am happy to make a PR for the R part. https://github.com/wch/r-sour...
2024 Dec 08
2
Exposing native httpd server
...dcoding 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....
2024 Dec 08
1
Exposing native httpd server
...unctions
>>> 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...