Explorar o código

Updated Embedding guide

Thomas Davis %!s(int64=12) %!d(string=hai) anos
pai
achega
bee335cfce
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Emedding.md

+ 0 - 1
Emedding.md

@@ -42,7 +42,6 @@ By default, the server will automatically serve up files liek a normal HTTP serv
   - Create CivetHandlers for each URI.
   - Create CivetHandlers for each URI.
   - Register the handlers with CivertServer::addHandler()
   - Register the handlers with CivertServer::addHandler()
   - CivetServer starts on contruction and stops on destruction.
   - CivetServer starts on contruction and stops on destruction.
-  - Use mg_stop() to stop the server.
   - Use contructor options to select the port and document root among other things.
   - Use contructor options to select the port and document root among other things.
   - Use constructor callbacks to add your own hooks.
   - Use constructor callbacks to add your own hooks.