mirror of
				https://github.com/therootcompany/request.js
				synced 2025-10-31 12:32:47 +00:00 
			
		
		
		
	query string support #3
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	
	No description provided.
		
		Delete Branch "%!s()"
	 
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
 
			
There's a
useQuerystring: falsein index.js, but not really any query string support.I would say that handling query strings is a an expected feature as much as forms and well deserving a few lines.
That option is leftover and had to do with
querystringvsqsvsurl.Query strings should just be part of the URL path as per usual.
What did you try that didn’t work?
I don't have the code at hand but requests supports a
qsobject and it will do the proper encoding and concatenation. That's more readable IMHO.FYI I ended up rewriting some code and use axios, this was just a nuisance, take this issue as a suggestion. The showstopper were timeouts, in my tests on Node
timeoutdid not do anything.In what way does it accept a qs object? Can you show me an example?
Since I never got an example of what the code looks like, and I don't know what the issue is, I'm closing this out.