Help creating a patch for variable URLs
Status: Alpha
Brought to you by:
coroberti
From: Gary F. <ga...@in...> - 2008-09-29 19:24:29
|
Regarding a post from 2007-11-26 20:46 "Is it possible to use data from the response header to a POST in a subsequent GET?" Ken Mamitsuka wanted to use a variable in the URL for a PUT. I have a similar need -- I'd like to be able to take URLs from a list of user- specific URLs. Perhaps something like this: URL = file(./user_urls1) REQUEST_TYPE = PUT ... URL = file(./user_urls2) REQUEST_TYPE = POST or something like that -- maybe there's a better syntax that you could suggest. I just need each client to take its URL from the next line of a given file. I do know C and I'd be glad to write a patch if you can give me some guidance about where to look. Thanks! Gary Fitts |