mock_http_server
v0.3.2
Pages
Modules
mock_http_server v0.3.2
MockHttpServer.RegistrationState
View Source
Link to this section
Summary
Functions
clear(registration_state)
find_first_tid(registration_state, url, method)
get_response(state, tid)
get_response(state, url, method, tid)
get_url_map(registration_state)
increment_call_count(state, tid)
new()
next_tid(registration_state)
remove_response(registration_state, tid)
set_default_response(registration_state, response)
set_response(state, url, method, tid, response)
Link to this section
Functions
Link to this function
clear(registration_state)
View Source
Link to this function
find_first_tid(registration_state, url, method)
View Source
Link to this function
get_response(state, tid)
View Source
Link to this function
get_response(state, url, method, tid)
View Source
Link to this function
get_url_map(registration_state)
View Source
Link to this function
increment_call_count(state, tid)
View Source
Link to this function
new()
View Source
Link to this function
next_tid(registration_state)
View Source
Link to this function
remove_response(registration_state, tid)
View Source
Link to this function
set_default_response(registration_state, response)
View Source
Link to this function
set_response(state, url, method, tid, response)
View Source