PHP GuzzleHttp.
GuzzleHttp(버전 5.0)를 사용한 투고 요구 방법. 다음을 수행하려고 합니다. $client = new GuzzleHttpClient(); $client->post( ‘http://www.example.com/user/create’, array( ’email’ => ‘test@gmail.com’, ‘name’ => ‘Test user’, ‘password’ => ‘testpassword’ ) ); 하지만 다음과 같은 오류가 발생합니다. PHP 치명적 오류:수집되지 않은 예외 ‘InvalidArgument’예외’ 메시지와 함께 ‘No method can could hand email config key’ 메시지가 표시됨 질문에 대한 답변 Marco의 …