e718f65121 
								
							 
						 
						
							
							
								
								Update tests  
							
							
							
						 
						
							2020-03-08 16:42:45 +09:00  
				
					
						
							
							
								 
						
							
								10e3e72595 
								
							 
						 
						
							
							
								
								Http2 client configuration to improve performance ( #1394 )  
							
							... 
							
							
							
							* add defaults for http2 client configuration
* fix spaces
* Add changes text for extended H2 defaults buffers
* client: configurable H2 window sizes and max_http_version
* add H2 window size configuration and max_http_version to awc::ClientBuilder
* add awc::ClientBuilder H2 window sizes and max_http_version
* add test for H2 window size settings
* cleanup comment
* Apply code review fixes
* Code review fix for awc ClientBuilder
* Remove unnecessary comments on code review
* pin quote version to resolve build issue
* max_http_version to accept http::Version
* revert fix for quote broken build 
							
						 
						
							2020-03-07 11:09:31 +09:00  
				
					
						
							
							
								 
						
							
								6406f56ca2 
								
							 
						 
						
							
							
								
								Fix/suppress warnings  
							
							
							
						 
						
							2020-02-08 02:20:01 +09:00  
				
					
						
							
							
								 
						
							
								6a0cd2dced 
								
							 
						 
						
							
							
								
								Rename HttpServer::start() to HttpServer::run()  
							
							
							
						 
						
							2019-12-22 17:12:22 +04:00  
				
					
						
							
							
								 
						
							
								c7f3915779 
								
							 
						 
						
							
							
								
								update actix-service dep  
							
							
							
						 
						
							2019-12-22 16:39:25 +04:00  
				
					
						
							
							
								 
						
							
								8b8a9a995d 
								
							 
						 
						
							
							
								
								bump ver  
							
							
							
						 
						
							2019-12-20 17:36:48 +06:00  
				
					
						
							
							
								 
						
							
								74fa4060c2 
								
							 
						 
						
							
							
								
								fix awc tests  
							
							
							
						 
						
							2019-12-20 17:27:32 +06:00  
				
					
						
							
							
								 
						
							
								1d12ba9d5f 
								
							 
						 
						
							
							
								
								Replace brotli with brotli2  #1224  
							
							
							
						 
						
							2019-12-20 13:50:07 +06:00  
				
					
						
							
							
								 
						
							
								1732ae8c79 
								
							 
						 
						
							
							
								
								fix Bodyencoding trait usage  
							
							
							
						 
						
							2019-12-18 09:30:14 +06:00  
				
					
						
							
							
								 
						
							
								4937c9f9c2 
								
							 
						 
						
							
							
								
								refactor http-test server  
							
							
							
						 
						
							2019-12-12 23:08:38 +06:00  
				
					
						
							
							
								 
						
							
								fa07415721 
								
							 
						 
						
							
							
								
								Replace flate2-xxx features with compress  
							
							
							
						 
						
							2019-12-12 15:08:08 +06:00  
				
					
						
							
							
								 
						
							
								131c897099 
								
							 
						 
						
							
							
								
								upgrade to actix-net release  
							
							
							
						 
						
							2019-12-11 19:20:20 +06:00  
				
					
						
							
							
								 
						
							
								4a8a9ef405 
								
							 
						 
						
							
							
								
								update tests and clippy warnings  
							
							
							
						 
						
							2019-12-08 12:31:16 +06:00  
				
					
						
							
							
								 
						
							
								e5f3d88a4e 
								
							 
						 
						
							
							
								
								Switch brotli compressor to rust. ( #1197 )  
							
							... 
							
							
							
							* Switch to a rustified version of brotli.
* Some memory optimizations.
* Make brotli not optional anymore. 
							
						 
						
							2019-12-07 21:55:41 +06:00  
				
					
						
							
							
								 
						
							
								205a964d8f 
								
							 
						 
						
							
							
								
								upgrade to tokio 0.2  
							
							
							
						 
						
							2019-12-05 23:35:43 +06:00  
				
					
						
							
							
								 
						
							
								f4c01384ec 
								
							 
						 
						
							
							
								
								update to latest actix-net  
							
							
							
						 
						
							2019-12-02 17:33:11 +06:00  
				
					
						
							
							
								 
						
							
								4dc31aac93 
								
							 
						 
						
							
							
								
								use actix_rt::test for test setup  
							
							
							
						 
						
							2019-11-26 11:25:50 +06:00  
				
					
						
							
							
								 
						
							
								57981ca04a 
								
							 
						 
						
							
							
								
								update tests to async handlers  
							
							
							
						 
						
							2019-11-22 11:49:35 +06:00  
				
					
						
							
							
								 
						
							
								0b9e3d381b 
								
							 
						 
						
							
							
								
								add test with custom connector  
							
							
							
						 
						
							2019-11-21 17:36:18 +06:00  
				
					
						
							
							
								 
						
							
								b510527a9f 
								
							 
						 
						
							
							
								
								update awc tests  
							
							
							
						 
						
							2019-11-21 16:02:17 +06:00  
				
					
						
							
							
								 
						
							
								3127dd4db6 
								
							 
						 
						
							
							
								
								migrate actix-web to std::future  
							
							
							
						 
						
							2019-11-21 16:02:17 +06:00  
				
					
						
							
							
								 
						
							
								cb19ebfe0c 
								
							 
						 
						
							
							
								
								add rustls support for actix-http and awc ( #998 )  
							
							... 
							
							
							
							* add rustls support for actix-http and awc
* fix features conflict
* remove unnecessary duplication
* test server with rust-tls
* fix
* test rustls
* awc rustls test
* format
* tests
* fix dependencies
* fixes and add changes
* remove test-server and Cargo.toml dev-dependencies changes
* cargo fmt 
							
						 
						
							2019-07-31 13:02:56 -07:00  
				
					
						
							
							
								 
						
							
								df08baf67f 
								
							 
						 
						
							
							
								
								update actix-net dependencies  
							
							
							
						 
						
							2019-05-12 08:34:51 -07:00  
				
					
						
							
							
								 
						
							
								2e19f572ee 
								
							 
						 
						
							
							
								
								add tests for camel case headers rendering  
							
							
							
						 
						
							2019-04-24 11:27:57 -07:00  
				
					
						
							
							
								 
						
							
								9702b2d88e 
								
							 
						 
						
							
							
								
								add client h2 reuse test  
							
							
							
						 
						
							2019-04-23 15:06:30 -07:00  
				
					
						
							
							
								 
						
							
								d2b0afd859 
								
							 
						 
						
							
							
								
								Fix http client pool and wait queue management  
							
							
							
						 
						
							2019-04-23 14:57:03 -07:00  
				
					
						
							
							
								 
						
							
								bfe0df5ab0 
								
							 
						 
						
							
							
								
								update tests  
							
							
							
						 
						
							2019-04-18 21:28:23 -07:00  
				
					
						
							
							
								 
						
							
								002c41a7ca 
								
							 
						 
						
							
							
								
								update trust-dns  
							
							
							
						 
						
							2019-04-14 20:45:44 -07:00  
				
					
						
							
							
								 
						
							
								6bc1a0c76b 
								
							 
						 
						
							
							
								
								Do not set default headers for websocket request  
							
							
							
						 
						
							2019-04-14 07:43:53 -07:00  
				
					
						
							
							
								 
						
							
								d115b3b3ed 
								
							 
						 
						
							
							
								
								ws verifyciation takes RequestHead; add SendError utility service  
							
							
							
						 
						
							2019-04-11 14:00:32 -07:00  
				
					
						
							
							
								 
						
							
								b6dacaa23a 
								
							 
						 
						
							
							
								
								remove SendError and SendResponse services  
							
							
							
						 
						
							2019-04-05 11:29:42 -07:00  
				
					
						
							
							
								 
						
							
								4227cddd30 
								
							 
						 
						
							
							
								
								fix dev dependencies  
							
							
							
						 
						
							2019-04-02 15:00:10 -07:00  
				
					
						
							
							
								 
						
							
								bca31eb7ad 
								
							 
						 
						
							
							
								
								remove Deref  
							
							
							
						 
						
							2019-04-02 13:35:01 -07:00  
				
					
						
							
							
								 
						
							
								744d82431d 
								
							 
						 
						
							
							
								
								add per request timeout  
							
							
							
						 
						
							2019-03-29 14:07:37 -07:00  
				
					
						
							
							
								 
						
							
								1e7096a63a 
								
							 
						 
						
							
							
								
								add request timeout  
							
							
							
						 
						
							2019-03-28 22:33:41 -07:00  
				
					
						
							
							
								 
						
							
								c59937784e 
								
							 
						 
						
							
							
								
								add client websockets support  
							
							
							
						 
						
							2019-03-27 18:53:19 -07:00  
				
					
						
							
							
								 
						
							
								5703bd8160 
								
							 
						 
						
							
							
								
								fix client cookies parsing  
							
							
							
						 
						
							2019-03-26 21:31:18 -07:00  
				
					
						
							
							
								 
						
							
								ab597dd98a 
								
							 
						 
						
							
							
								
								Added HTTP Authentication for Client  #540  
							
							
							
						 
						
							2019-03-26 20:57:06 -07:00  
				
					
						
							
							
								 
						
							
								1cca25c276 
								
							 
						 
						
							
							
								
								add client decompression support  
							
							
							
						 
						
							2019-03-26 20:45:00 -07:00