Return-Path: X-Original-To: apmail-nifi-commits-archive@minotaur.apache.org Delivered-To: apmail-nifi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 48E6E18D79 for ; Sat, 7 Nov 2015 06:15:11 +0000 (UTC) Received: (qmail 84744 invoked by uid 500); 7 Nov 2015 06:15:11 -0000 Delivered-To: apmail-nifi-commits-archive@nifi.apache.org Received: (qmail 84716 invoked by uid 500); 7 Nov 2015 06:15:11 -0000 Mailing-List: contact commits-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list commits@nifi.apache.org Received: (qmail 84707 invoked by uid 99); 7 Nov 2015 06:15:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Nov 2015 06:15:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E42752C14E1 for ; Sat, 7 Nov 2015 06:15:10 +0000 (UTC) Date: Sat, 7 Nov 2015 06:15:10 +0000 (UTC) From: "Joseph Percivall (JIRA)" To: commits@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (NIFI-1086) Refactor InvokeHttp MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/NIFI-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14995071#comment-14995071 ] Joseph Percivall commented on NIFI-1086: ---------------------------------------- I will be submitting a patch for review for this and it's incorporating tickets by Monday > Refactor InvokeHttp > ------------------- > > Key: NIFI-1086 > URL: https://issues.apache.org/jira/browse/NIFI-1086 > Project: Apache NiFi > Issue Type: Improvement > Reporter: Joseph Percivall > Assignee: Joseph Percivall > Fix For: 0.4.0 > > Attachments: NIFI-1086_refactor_only.patch > > > InvokeHttp currently uses Java's HttpUrlConnection, which is lacking in it's features and ease-of-use. In order to support all the current InvokeHttp pending tickets it's clear that a new underlying library is needed. > OkHttp looks to be a promising library that focusing on individual transactions (as opposed to Apache's HttpClient that focuses more on sessions). -- This message was sent by Atlassian JIRA (v6.3.4#6332)