create_options | Creates HTML option tags for each position of a list of values and labels by calling HTML5::option(), returning a string of HTML to pass to a select tag through HTML5::select(). |
endServer | Stop HTTP server(s) by calling httpuv::stopServer() or httpuv::stopAllServers(). |
idAddAffixes | Add a prefix and suffix to an id |
idAddPrefix | Add a prefix to an id |
idAddSuffix | Add a suffix to an id |
idParseAffixes | Remove a prefix and suffix from an id |
idParsePrefix | Remove a prefix from an id |
idParseSuffix | Remove a suffix from an id |
parseContentTypeHeader | Parse the content type header string to return the content type and boundary |
parseHTTP | Parse a HTTP request |
parseMultiPartFormData | Parse multi-part form data |
parseMultiPartFormParams | Helper function for parseMultiPartFormData |
parseQueryString | Parse a query string |
serveHTTP | Conveniently create HTTP server using httpuv::startServer() or httpuv::runServer(). |