Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
akmhmgc
/
webmock
Public
forked from
bblimke/webmock
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
rzane
All time
Commit history
Commits on Aug 8, 2022
Remove http:// from test URL because Net::HTTP expects a host
rzane
committed
5567e1d
View commit details
Copy full SHA for 5567e1d
Browse repository at this point
Override connect instead of start to avoid having to handle the block case
rzane
committed
d327547
View commit details
Copy full SHA for d327547
Browse repository at this point
Handle the block scenario in the beginning of `#request`
Show description for 28e3c9a
rzane
committed
28e3c9a
View commit details
Copy full SHA for 28e3c9a
Browse repository at this point
Avoid reassigning socket once actually connected
Show description for 7f7eba8
rzane
committed
7f7eba8
View commit details
Copy full SHA for 7f7eba8
Browse repository at this point
Commits on Aug 7, 2022
We can now assume that Net::OpenTimeout is defined
rzane
committed
7011493
View commit details
Copy full SHA for 7011493
Browse repository at this point
Avoid replacing BufferedIO
rzane
committed
93d6c20
View commit details
Copy full SHA for 93d6c20
Browse repository at this point
Remove another old RUBY_VERSION check
rzane
committed
30795ee
View commit details
Copy full SHA for 30795ee
Browse repository at this point
Remove support for Ruby < 2.3
rzane
committed
478a274
View commit details
Copy full SHA for 478a274
Browse repository at this point
Commits on Aug 5, 2022
Net::HTTP#ipaddr was added in 2.7
rzane
committed
786cd11
View commit details
Copy full SHA for 786cd11
Browse repository at this point
Implement ssl_version and cipher on the StubSocket
rzane
committed
5abd2f5
View commit details
Copy full SHA for 5abd2f5
Browse repository at this point
Fix broken Net::HTTP#ipaddr
rzane
committed
0eb3a7b
View commit details
Copy full SHA for 0eb3a7b
Browse repository at this point
Make StubSocket#close work as one might expect
rzane
committed
cadef36
View commit details
Copy full SHA for cadef36
Browse repository at this point
Commits on May 24, 2022
Reuse persistent connection
Show description for eeb1392
rzane
committed
eeb1392
View commit details
Copy full SHA for eeb1392
Browse repository at this point
Close the socket before spawning a new one
Show description for 3d3bdc2
rzane
committed
3d3bdc2
View commit details
Copy full SHA for 3d3bdc2
Browse repository at this point
The block version of `start_with_connect_without_finish` is unnecessary here
rzane
committed
7a2a406
View commit details
Copy full SHA for 7a2a406
Browse repository at this point
Calling Net::HTTP#start should assign a socket
Show description for 18dc8a9
rzane
committed
18dc8a9
View commit details
Copy full SHA for 18dc8a9
Browse repository at this point
Commits on May 22, 2022
Add acceptance tests for new `:net_http_connect_on_start` allowed values
rzane
committed
fecb72c
View commit details
Copy full SHA for fecb72c
Browse repository at this point
Allow `:net_http_connect_on_start` to specify which hosts should be connected to
rzane
committed
de69d99
View commit details
Copy full SHA for de69d99
Browse repository at this point
Allow filtering based on `net_http_connect_on_start`
rzane
committed
b1b5a2e
View commit details
Copy full SHA for b1b5a2e
Browse repository at this point
Construct a URI without a path
rzane
committed
00e42e1
View commit details
Copy full SHA for 00e42e1
Browse repository at this point
You can’t perform that action at this time.