php-nlp-client
php-nlp-client copied to clipboard
PHP Client for NLP Server
in NlpClient.php line 175 you have: ``` if ( empty($result) || ( isset($http_response_header) && $http_response_header[0] != 'HTTP/1.0 200 OK' ) ) // empty if server is down ``` can you...
fix for incorrect detection og HTTP header version
Hello, I've seen that `file_get_content()` in the function `post_call` and `get_call` is used to stream requests between the client and the NlpServer, wouldn't it be better if instead of using...
I encountered a problem regarding the package request response headers interpretation from the NLP server. The request shoud match exactly 'HTTP/1.0 200 OK' so if the NLP server responses are...