[Buildbot-devel] HTTP request steps

Benoît Allard benoit at aeteurope.nl
Mon May 6 11:37:50 UTC 2013


Hi there,

I've made a bunch of class to perform HTTP requests (think interface with some REST stuff), the class itself is working for me, but I have no test and doc.

Is it something we want to integrate ?

Example usage:

  f.addStep(
    HTTPStep.POST('http://httpbin.org/post',
      data = {'repository': Interpolate('%(src::repository)s'), 
              'revision': Interpolate('%(src::revision)s'),
              },
      headers = {'Accept': 'text/plain'},
      ),
    )


Regards,
Benoît.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 6467 bytes
Desc: not available
URL: <http://buildbot.net/pipermail/devel/attachments/20130506/26ded2ac/attachment.bin>


More information about the devel mailing list