Skip to content Skip to sidebar Skip to footer
Showing posts with the label Content Type

Why Does Wsgiref.simple_server Report Content-type Of Request As 'text/plain' While None Was Sent?

Output from client.py is text/plain although no content-type header was sent to the server. Why? # … Read more Why Does Wsgiref.simple_server Report Content-type Of Request As 'text/plain' While None Was Sent?

Smtp Send Email And Why One Attachment Can Have Two Content-Type?

I'm trying use smtp to send email with attachment.And when I get raw email,there are two conten… Read more Smtp Send Email And Why One Attachment Can Have Two Content-Type?