FastCGI
public class FastCGI
The “root” class for the FastCGI server implementation.
-
Create a
FastCGIServer
instance. Provided as a convenience and for consistency with the HTTP implementation.Declaration
Swift
public static func createServer() -> FastCGIServer
Return Value
A
FastCGIServer
instance.