mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 05:15:47 +00:00
add TODO
This commit is contained in:
@@ -25,6 +25,7 @@ func (hre *HTTPRequestCreate) Process(ctx context.Context, payload any) (any, er
|
|||||||
|
|
||||||
urlString := urlBuffer.String()
|
urlString := urlBuffer.String()
|
||||||
|
|
||||||
|
//TODO(jwetzell): support body
|
||||||
request, err := http.NewRequest(hre.Method, urlString, bytes.NewBuffer([]byte{}))
|
request, err := http.NewRequest(hre.Method, urlString, bytes.NewBuffer([]byte{}))
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user