Skip to content
View hailangx's full-sized avatar

Organizations

@microsoft

Block or report hailangx

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. A simper python http server can han... A simper python http server can handle mime type properly
    1
    # -*- coding: utf-8 -*-
    2
    #test on python 3.4 ,python of lower version  has different module organization.
    3
    import http.server
    4
    from http.server import HTTPServer, BaseHTTPRequestHandler
    5
    import socketserver