Application
class Application (View source)
The core application that runs the main middleware stack.
Methods
                    __construct(HttpFactoryInterface $factory, MiddlewareHandler $stack, HttpClient $client)
        
                                            
                
            Application constructor.
                    void
                
                
                    run()
        
                                            
                
            Runs the application middleware stack for the request and sends the response.
Details
        at         line 31
                            
    __construct(HttpFactoryInterface $factory, MiddlewareHandler $stack, HttpClient $client)
        
    
    Application constructor.
        at         line 41
                            void
    run()
        
    
    Runs the application middleware stack for the request and sends the response.