Documentation Part 2 - Studio182/StudioHTTPd GitHub Wiki

< Back

routes.plist

In order for the server to work we need to know what urls are assigned to what action. To do this you can access the routes.plist from Xcode. And add a string entry.

The first line is the key. It's for the url path. The second is for the action name.

For instance if I wanted to create the URL path /hello run the action helloworld it would look something like this

Fire it up!

If you fire up the server and access it at

http://127.0.0.1:40182/helloworld?namevar=hello

Questions? (We know you'll have them)

##This documentation was written in a time crunch.

###If you want talk to the app developers!

Lead Developer: Pablo Merino (Email | @zad0xsis)

Assisting Developer: Hunter Dolan (Email | @Hunterhdolan)