Lines Matching full:server
51 * creating a very simple HTTP server.
68 /** Create a new HTTP server
71 * @return a pointer to a newly initialized evhttp server structure
76 * Binds an HTTP server on the specified address and port.
78 * Can be called multiple times to bind the same http server
90 * Makes an HTTP server accept connections on the specified socket
93 * of an http server, or when a socket has been communicated via file
97 * Can be called multiple times to have the http server listen to
108 * Free the previously created HTTP server.
112 * @param http the evhttp server object to be freed
166 * Start an HTTP server on the specified address and port
170 * @param address the address to which the HTTP server should be bound
171 * @param port the port number on which the HTTP server should listen
184 * the request structure that a server receives.