Ticket #7 (closed enhancement: fixed)

Opened 2 years ago

Last modified 6 months ago

Add a class to do http request

Reported by: laurentj Assigned to:
Priority: normal Milestone: Jelix 1.1 beta 1
Component: jelix:utils Version:
Severity: normal Keywords:
Cc: Php version:
Review: Hosting Provider:
Documentation needed: 1 Blocking: 21,22,23
Blocked By: 194

Description (Last modified by laurentj)

We should add a class to do http request, which will be usefull for others ticket. Perhaps integrate http://scripts.incutio.com/httpclient/ ?

Change History

10/25/06 13:10:05 changed by laurentj

  • owner changed.
  • component changed from jelix to jelix:utils.
  • milestone set to Jelix 1.0beta2.

03/09/07 18:05:36 changed by laurentj

  • isp changed.
  • blocking set to 21,22,23.
  • phpversion changed.

04/05/07 21:16:11 changed by laurentj

  • milestone changed from Jelix 1.0beta2 to Jelix 1.0beta3.

04/27/07 10:12:40 changed by laurentj

  • priority changed from normal to high.

08/06/07 20:42:18 changed by laurentj

  • milestone changed from Jelix 1.0beta3 to Jelix 1.0.

09/05/07 12:12:27 changed by laurentj

  • milestone changed from Jelix 1.0 to Jelix 1.2.

12/04/07 22:52:11 changed by laurentj

  • blocking changed from 21,22,23 to 22,23.

12/04/07 22:53:03 changed by laurentj

  • blocking changed from 22,23 to 21,22,23.

12/17/07 16:23:39 changed by laurentj

  • blocking changed from 21,22,23 to 22,23.

12/17/07 16:24:42 changed by laurentj

  • blocking changed from 22,23 to 21,22,23.

02/05/08 12:25:40 changed by estee

Bonjour j'ai regarder un peu "httpclient" il ne semble plus suivie depuis 2003

L'option CURL est interessante http://fr.php.net/curl. Multiprotocoles ...

02/05/08 12:49:20 changed by laurentj

oui mais pas incluse d'office dans PHP, donc pas de curl. il y a par contre d'autres classes que l'on pourrait récupérer dans d'autres projets (comme clearbricks dans dotclear, etc...)

02/05/08 13:19:44 changed by estee

Super, en plus la classe 'http' de Clearbricks est compatible avec "httpclient" apparament :

/* Compatibility Clearbricks to Incutio HttpClient? class

This will be removed soon! */

792 class HttpClient? extends netHttp 793 { 794 public function getError() 795 { 796 return null; 797 }

Excellent.

02/14/08 13:58:43 changed by laurentj

  • status changed from new to closed.
  • severity changed from major to normal.
  • summary changed from Ajout d'une classe http to Add a class to do http request.
  • priority changed from high to normal.
  • milestone changed from Jelix 1.2 to Jelix 1.1.
  • resolution set to fixed.
  • description changed.

Added (in the trunk) netHttp class from clearbricks and added a class, jHttp, which inherits from netHttp to overide some few things.

02/27/08 14:17:10 changed by laurentj

  • review changed.
  • docneeded set to 1.
Download in other formats: Comma-delimited Text Tab-delimited Text RSS Feed