public interface HttpRequest<T>
void
send(URL url, T content)
void send(@NonNull URL url, @NonNull T content) throws IOException
IOException