Closes #2
@ -2,18 +2,12 @@ package activityserve
import (
"bufio"
"bytes"
"encoding/json"
"github.com/gologme/log"
"io"
"net/http"
"os"
// "net/url"
// "time"
// "fmt"
// "github.com/go-fed/httpsig"
)
func isSuccess(code int) bool {