mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
allow whitespaces for duet upload
* now url_encoding characters which could not used for URLs
This commit is contained in:
parent
22569de00f
commit
e1417f1827
3 changed files with 19 additions and 3 deletions
|
@ -98,6 +98,9 @@ public:
|
|||
|
||||
// Tells whether current backend supports seting up a CA file using ca_file()
|
||||
static bool ca_file_supported();
|
||||
|
||||
// converts the given string to an url_encoded_string
|
||||
static std::string url_encode(const std::string &str);
|
||||
private:
|
||||
Http(const std::string &url);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue