Method: HTTPX::Utils.now

Defined in:
lib/httpx/utils.rb

.nowObject



14
15
16
# File 'lib/httpx/utils.rb', line 14

def now
  Process.clock_gettime(Process::CLOCK_MONOTONIC)
end