Skip to content

Commit 1b585c5

Browse files
committed
Add postData getter for network request
1 parent dfb7f6c commit 1b585c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/ferrum/network/request.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ def headers
4545
def time
4646
@time ||= Time.strptime(@params["wallTime"].to_s, "%s")
4747
end
48+
49+
def post_data
50+
@request["postData"]
51+
end
4852
end
4953
end
5054
end

0 commit comments

Comments
 (0)