fkleedorfer / aic2014

2 stars 2 forks source link

implement http request creation on client #20

Closed fkleedorfer closed 9 years ago

fkleedorfer commented 10 years ago

client should generate a http request that is ultimately sent to the quoteserver and then send it through the onion tunnel.

fkleedorfer commented 9 years ago

@IdealChain btw the Bad Request was due to my forgetting the schema in the dummy http request (i.e. localhost:20140/quote instead of http://localhost:20140/quote)