Code Monkey home page Code Monkey logo

http4j's People

Contributors

http4j avatar

Watchers

 avatar

http4j's Issues

怎么使用POST

我使用POST,结果POST的参数没有传过去,请问POST如何使用?

Original issue reported on code.google.com by [email protected] on 19 Apr 2012 at 10:09

[RFE] Refactory for Streaming related code

People might be confused while they see:
in.read(bytes) and byteArrayOutputStream.write(bytes)

they might want to see:
int n = in.read(bytes) and byteArrayOutputStream.write(bytes, 0, n)

Current implementation:
Currently we use InputStreamWrapper to wrap the DataInputStream and encapsulate 
the readFully method in the backend.
As a result, each in.read(bytes) will read fully bytes.length data.
This might not be good for experienced developer to read, so we need reactor.


Original issue reported on code.google.com by [email protected] on 22 Dec 2010 at 9:29

Socket Performance optimization

Some articles say that Socket Receive Buffer size should be multiple 1460 to 
get better performance.
Currently we use the default buffer size(8192).

Original issue reported on code.google.com by [email protected] on 1 Dec 2010 at 4:25

Metrics should include the blocked time

See 
https://groups.google.com/group/http-archive-specification/web/har-1-2-spec?pli=
1

entry.time == entry.timings.blocked + entry.timings.dns +
    entry.timings.connect + entry.timings.send + entry.timings.wait +
    entry.timings.receive; 

Original issue reported on code.google.com by [email protected] on 1 Dec 2010 at 3:10

CookieManager only supports English Locale as Default Client Locale

Currently JDK CookieManager has a lot of bugs,and they will be fixed in Java7. 
So we have 3 options:
1. Implements Cookie Manager ourselves.
2. Wait for bug fix and change our dependency of java to 7.
3. Drop this feature.

http://search.oracle.com/search/search?group=Sun+Defects&site=bugs.sun.com&q=coo
kiemanager

Original issue reported on code.google.com by [email protected] on 10 Sep 2010 at 8:39

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.