We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac0ecd commit 9fdf6e7Copy full SHA for 9fdf6e7
api/src/main/java/org/asynchttpclient/Request.java
@@ -126,9 +126,9 @@ public interface Request {
126
BodyGenerator getBodyGenerator();
127
128
/**
129
- * Return the current size of the content-lenght header based on the body's size.
+ * Return the current size of the content-length header based on the body's size.
130
*
131
- * @return the current size of the content-lenght header based on the body's size.
+ * @return the current size of the content-length header based on the body's size.
132
*/
133
long getContentLength();
134
0 commit comments