11 lines
		
	
	
		
			388 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			388 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="container">
 | |
|   <div class="jumbotron">
 | |
|     <h1>zend-http</h1>
 | |
|     
 | |
|     <p>HTTP message and header abstractions, and HTTP client implementation.  (Not a PSR-7 implementation; see <a href="//zendframework.github.io/zend-diactoros">Diactoros</a> for PSR-7 support.</p>
 | |
| 
 | |
|     <pre><code class="language-bash">$ composer require zendframework/zend-http</code></pre>
 | |
|   </div>
 | |
| </div>
 | |
| 
 | 
