web64 / php-nlp-client

PHP Client for NLP Server
MIT License
74 stars 13 forks source link

Fixed header related to HTTP version #5

Closed foodlz closed 1 year ago

foodlz commented 1 year ago

Fixed header interpretation related to HTTP version

foodlz commented 1 year ago

HTTP 1.0 (1994 - 1996) Is still in use Can be used by a client that cannot deal with chunked (or compressed) server replies

HTTP 1.1 (1996 - 2015) Is an enhancement of HTTP 1.0.

HTTP 2.0 (2015 - 2020) Focused on improving the protocol performance.

HTTP 3.0 (2020) Designed over QUIC