Commit Graph

20 Commits

Author SHA1 Message Date
Erik Dubbelboer 2cc8e6be6d go fmt ./... 2018-08-29 20:26:12 +08:00
Erik Dubbelboer 5b46f8ddc5 Added support for multiple TLS domains
See: https://github.com/erikdubbelboer/fasthttp/pull/24
2018-08-25 20:11:58 +03:00
Aliaksandr Valialkin 338fe46307 typo fix after f340a2920f 2016-02-05 18:14:23 +02:00
Aliaksandr Valialkin f340a2920f Moved expvarhandler from fasthttputil to fasthttp root 2016-02-05 18:13:16 +02:00
Aliaksandr Valialkin 5dcb652364 Moved ExpvarHandler to a dedicated package in order to break import cycle 2016-02-05 18:06:54 +02:00
Aliaksandr Valialkin 700a838f12 Added expvar stats to example fileserver 2016-02-05 17:40:44 +02:00
Aliaksandr Valialkin e0cd149b5e Enabled virtual hosting support in example fileserver 2016-02-04 17:16:43 +02:00
Aliaksandr Valialkin 86f4530069 Added pretty logging to fileserver example 2016-01-08 15:40:26 +02:00
Aliaksandr Valialkin 4326e27e9a Added TLS support to example fileserver 2016-01-08 15:23:09 +02:00
Aliaksandr Valialkin 2633e1c90d Mention that example fileserver support byte range responses 2016-01-05 15:30:34 +02:00
Aliaksandr Valialkin da62899f14 Removed obsolete startPos verification 2016-01-05 14:22:17 +02:00
Aliaksandr Valialkin 5031bb90a5 Updated readme for fileserver example 2015-12-30 15:25:20 +02:00
Aliaksandr Valialkin 842cd856a4 Added transparent compression support to helloworldserver example 2015-12-30 14:50:58 +02:00
Aliaksandr Valialkin 9b8a7de66b Added transparent compression option to FS 2015-12-29 11:51:11 +02:00
Aliaksandr Valialkin 6db1946298 Use ctx.UserAgent() shortcut instead of ctx.Request.Header.UserAgent() 2015-12-10 13:17:21 +02:00
Aliaksandr Valialkin 37c8e563a1 Ignore built binaries from examples 2015-12-09 14:13:23 +02:00
Aliaksandr Valialkin 59316df4e0 Added HelloWorld server example 2015-12-08 12:18:54 +02:00
Aliaksandr Valialkin bb1df8cf70 Get updated fasthttp when building fileserver with make 2015-12-06 19:52:44 +02:00
Aliaksandr Valialkin 9e531e8b5c Added fileserver vs nginx performance comparison 2015-12-04 16:40:24 +02:00
Aliaksandr Valialkin e80eda19e9 Issue #10: Added initial examples 2015-12-04 15:09:12 +02:00