-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
Description
Right now the http package has public methods that do POST and GET requests. These use the more generic send method, but that isn't publicly available. Unless you copy the send() code to your local code, you can't send any other HTTP requests. What is the expected output? What do you see instead? Expect to use http client to send HEAD and DELETE requests What is your $GOOS? $GOARCH? linux,386 Which revision are you sync'ed to? (hg log -l 1) [Mike@KennaFC11 go]$ hg log -l 1 changeset: 4030:52ad1606d994 tag: tip user: Rob Pike <r@golang.org> date: Fri Nov 13 13:15:18 2009 -0800 summary: Explain why Please provide any additional information below.