mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
fixed signing of the stream session request
This commit is contained in:
parent
67459a4f86
commit
7a5353ea90
@ -4,8 +4,8 @@ module HTTPX
|
||||
module InstanceMethods
|
||||
private
|
||||
|
||||
# def request: (*Request, stream: false, **untyped) -> (response | Array[response])
|
||||
# | (*untyped, stream: false, **untyped) -> (response | Array[response])
|
||||
def request: (*Request, ?stream: bool, **untyped?) -> (response | Array[response] | StreamResponse)
|
||||
| (*untyped, ?stream: bool, **untyped?) -> (response | Array[response] | StreamResponse)
|
||||
end
|
||||
|
||||
module RequestMethods
|
||||
|
Loading…
x
Reference in New Issue
Block a user