httpswift / swifter

Tiny http server engine written in Swift programming language.
BSD 3-Clause "New" or "Revised" License
3.9k stars 539 forks source link

Serving an entire directory #512

Open kiwifruituk opened 2 years ago

kiwifruituk commented 2 years ago

Would you be able to clarify how to serve up a directory (with subfolders and files of multiple types)? I'm currently using Telegraph and use the following (for brevity some code has been omitted):

var webServer = Server() webServer.serveDirectory(directoryURLToServe) try webServer.start(port: Constants.port, interface: Constants.host)

Any help would be appreciated!

vaghasiya commented 1 year ago

@kiwifruituk did you get any solution ?