0 Members and 1 Guest are viewing this topic.
sf::Http::Request rqst;V2:rqst.setMethod(sf::Http::Request::Post);V3:rqst.setMethod(sf::Http::Request::Method::Post);.. is this correct ?
V2:if ( (rsps.getStatus() > 199) && (rsps.getStatus() < 300)).. what ist wrong ?.