how can i send an xml file on my system to an http server using python standard library??
相关问题
- Angular RxJS mergeMap types
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- Illegal to have multiple roots (start tag in epilo
- How to get the background from multiple images by
You can achieve that through a standard http post request.
a) using HTTP POST
b) using HTTP GET
That would be the simplest solution.