"SimpleHTTPServer" in Python 3

1

In Python 3, what would be the equivalent of python -m SimpleHTTPServer ?

    
asked by Avara 17.06.2016 в 12:06
source

1 answer

6

See the documentation here .

python -m http.server
    
answered by 17.06.2016 / 12:30
source