flavio (Flavio Castelli)
- Login: flavio
- Email: flavio@castelli.name
- Registered on: 02/25/2009
- Last sign in: 07/04/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/04/2017
-
04:09 PM Ruby Feature #13714 (Closed): Add https support to "httpd" function inside of "un.rb"
- As you know it's possible to run a minimalistic http server using the "httpd" function defined inside of the "un.rb" file:
~~~ text
ruby -run -e httpd . -p 5000
~~~
Unfortunately it's not possible to start a minimalistic https se...