Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
Ģ Groups Home
Group info
Language: English
Group categories: Not categorized
More group info »
Active older topics
7 new of 7 - Jan 14
5 new of 5 - Jan 11
7 new of 7 - Nov 27 2012
4 new of 4 - Nov 15 2012
4 new of 4 - Nov 8 2012
5 new of 5 - Nov 4 2012
3 new of 3 - Oct 25 2012
6 new of 6 - Oct 24 2012
3 new of 3 - Oct 10 2012
4 new of 4 - Oct 10 2012
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 121  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: A group to discuss Typhoeus, a Ruby library for wrapping HTTP request logic and running in many connections in parallel.
 

Uploading a large number of files to S3 
  I am trying to upload a large number of files to S3. I found that I can do this to upload a file to S3 via Typhoeus. s3 = AWS::S3.new.buckets['my-bucket '] o = s3.objects['new_file.dat'] url = o.url_for(:write).to_s r = Typhoeus::Request.new url, method: :put, body: open('new_file.dat').read h = Typhoeus::Hydra.hydra... more »
By Eric Anderson  - May 9 - 4 new of 4 messages    

error using typhoeus and alchemy 
  Hello everyone, I'm trying to use AlchemyApi in my rails app. When I install it, it is also installed Typhoeus. I have no problems in the installation. However, when I try to run the server, it raises the folowing: /Volumes/HDD/Rubyworkspace/bra ndpoliticalmonitor/vendor/bund le/gems/typhoeus-0.6.3/lib/typ hoeus/request/actions.rb:120:i n... more »
By Iņigo Ochoa  - Apr 17 - 2 new of 2 messages    

Trying to replicate command line curl binary post 
  Hi, I'm trying to use Typhoeus to post some binary data, ala the following command line curl: curl -X POST --post301 --location-trusted --user "my-user:my-password" --digest --data-binary @pic.jpg -H "Some-Header: Value" [link] When this is made at some point it will be asked for the auth information,... more »
By Howard Ding  - Mar 7 - 2 new of 2 messages    

typhoeus/ethon and CURLOPT_UNRESTRICTED_AUTH 
  Hi, The documentation for userpwd= in Ethon::Easy::Options makes reference to the possibility of setting CURLOPT_UNRESTRICTED_AUTH so that auth information will be resent after redirects (I assume like the command line curl's --location-trusted flag). However I don't see any way of setting this in the docs and wanted to know if I'm just missing it.... more »
By Howard Ding  - Mar 5 - 3 new of 3 messages    

Synchronous behavior and typheous 
  I've got a simple question which should seem obvious, but my testing is causing doubts in my mind. If I were to call (psuedo-code) Typheous::Request.post(url1,op tions) #request1 Typheous::Request.post (url2,options) #request2 should I expect to receive response 1 before request 2 is made?... more »
By Wade Williams  - Feb 21 - 2 new of 2 messages    

Moderator's spam report for typhoeus@googlegroups.com 
  a -- Hans ... ...
By Hans Hasselberg  - Feb 22 - 2 new of 2 messages    

How to set a timeout for the Hydra? 
  I have a simple class which uses Hydra to hit multiple URLs in parallel: [link] I understand how to set a timeout on each individual request (which I'm doing in the above gist). Is it possible in addition to set an overall timeout for the Hydra? For example, let's say I queue 50 URLs in the Hydra and each one responds... more »
By b...@airbladesoftware.com  - Feb 5 - 2 new of 2 messages    

Stubbing 
  Was the hydra.stub method removed? If so any alternative on how to stub test? Thanks
By mabounassif  - Dec 8 2012 - 2 new of 2 messages    

Ruby HTTP clients features 2012 
  Would be cool to see how Typhoeus measures up! :) [link]
By ethicalhack3r  - Dec 6 2012 - 2 new of 2 messages    

Proxy authentication 
  I've seen various ways of specifying a proxy username and password mentioned on here and elsewhere, but can't get any of them to work. This is what I currently have: request = Typhoeus::Request.new(page.url , :followlocation => true, :proxy => proxy.server,... more »
By alpheus  - Nov 18 2012 - 2 new of 2 messages    

1 - 10 of 121   « Newer | Older »

XML       Send email to this group: typhoeus@googlegroups.com