History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: TFJ-21
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Yusuke Yamamoto
Reporter: Yusuke Yamamoto
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Twitter4J

ability to force using POST method

Created: 07/Mar/08 01:25 PM   Updated: 08/May/08 12:58 AM
Component/s: Core
Affects Version/s: 1.0, 1.0.1, 1.0.2, 1.0.3
Fix Version/s: 1.0.4


 Description  « Hide
introduced forceUsePost() and isUsePostForced()

    /**
     * set true to force using POST method communicating to the server
     * @param forceUsePost
     */
    public void forceUsePost(boolean forceUsePost);
    /**
     * @return true if POST is used forcibly

     */
    public boolean isUsePostForced();


 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.