Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Aug 3rd, 2015
90
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Ruby
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
url =
"http://www.example.com"
uri =
URI
.
parse
(
url
)
http =
Net::HTTP
.
new
(
uri.
host
, uri.
port
)
puts
http.
request
(
Net::HTTP::Options
.
new
(
uri.
request_uri
)
)
.
header
[
'allow'
]
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
2025-07-19T19:38:39.352
PHP | 6 min ago | 16.62 KB
2025-07-19T19:38:35.990
PHP | 6 min ago | 16.62 KB
2025-07-19T19:38:32.690
PHP | 6 min ago | 16.62 KB
2025-07-19T19:38:29.342
PHP | 6 min ago | 16.62 KB
2025-07-19T19:38:26.024
PHP | 7 min ago | 16.62 KB
2025-07-19T19:38:22.676
PHP | 7 min ago | 16.62 KB
2025-07-19T19:38:19.046
PHP | 7 min ago | 16.62 KB
2025-07-19T19:38:15.676
PHP | 7 min ago | 16.62 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!