Skip to content

Commit 79df842

Browse files
committed
Updated README
1 parent 48a4a58 commit 79df842

File tree

2 files changed

+44
-4
lines changed

2 files changed

+44
-4
lines changed

README.md

Lines changed: 43 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,6 @@ std::shared_ptr<httplib::Response> res =
349349

350350
![progress](https://user-images.githubusercontent.com/236374/33138910-495c4ecc-cf86-11e7-8693-2fc6d09615c4.gif)
351351

352-
This feature was contributed by [underscorediscovery](https://github.com/yhirose/cpp-httplib/pull/23).
353-
354352
### Authentication
355353

356354
```cpp
@@ -490,4 +488,46 @@ g++ 4.8 and below cannot build this library since `<regex>` in the versions are
490488
License
491489
-------
492490

493-
MIT license (© 2019 Yuji Hirose)
491+
MIT license (© 2020 Yuji Hirose)
492+
493+
Special Thanks To
494+
-----------------
495+
496+
The following folks made great contributions to polish this library to totally another level from a simple toy!
497+
498+
* [Zefz](https://github.com/Zefz)
499+
* [PixlRainbow](https://github.com/PixlRainbow)
500+
* [sgraham](https://github.com/sgraham)
501+
* [mrexodia](https://github.com/mrexodia)
502+
* [hyperxor](https://github.com/hyperxor)
503+
* [omaralvarez](https://github.com/omaralvarez)
504+
* [vvanelslande](https://github.com/vvanelslande)
505+
* [underscorediscovery](https://github.com/underscorediscovery)
506+
* [sux2mfgj](https://github.com/sux2mfgj)
507+
* [matvore](https://github.com/matvore)
508+
* [intmain-io](https://github.com/intmain)
509+
* [davidgfnet](https://github.com/davidgfnet)
510+
* [crtxcr](https://github.com/crtxcr)
511+
* [const-volatile](https://github.com/const)
512+
* [aguadoenzo](https://github.com/aguadoenzo)
513+
* [TheMaverickProgrammer](https://github.com/TheMaverickProgrammer)
514+
* [vdudouyt](https://github.com/vdudouyt)
515+
* [stupedama](https://github.com/stupedama)
516+
* [rockwotj](https://github.com/rockwotj)
517+
* [marknelson](https://github.com/marknelson)
518+
* [jaspervandeven](https://github.com/jaspervandeven)
519+
* [hans-erickson](https://github.com/hans)
520+
* [ha11owed](https://github.com/ha11owed)
521+
* [gulrak](https://github.com/gulrak)
522+
* [dolphineye](https://github.com/dolphineye)
523+
* [danielzehe](https://github.com/danielzehe)
524+
* [batist73](https://github.com/batist73)
525+
* [barryam3](https://github.com/barryam3)
526+
* [adikabintang](https://github.com/adikabintang)
527+
* [aaronalbers](https://github.com/aaronalbers)
528+
* [Whitetigerswt](https://github.com/Whitetigerswt)
529+
* [TangHuaiZhe](https://github.com/TangHuaiZhe)
530+
* [Sil3ntStorm](https://github.com/Sil3ntStorm)
531+
* [MannyClicks](https://github.com/MannyClicks)
532+
* [DraTeots](https://github.com/DraTeots)
533+
* [BastienDurel](https://github.com/BastienDurel)

httplib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// httplib.h
33
//
4-
// Copyright (c) 2019 Yuji Hirose. All rights reserved.
4+
// Copyright (c) 2020 Yuji Hirose. All rights reserved.
55
// MIT License
66
//
77

0 commit comments

Comments
 (0)