Repository URL to install this package:
|
Version:
0.1.2.1 ▾
|
module HTTP
module Commands
def self.content_length(data)
data.bytesize
end
end
end