The Wayback Machine - https://web.archive.org/web/20250605043749/https://github.com/python/cpython/issues/113471
Skip to content

default http content-type #113471

Open
Open
@jcomeauictx

Description

@jcomeauictx

Feature or enhancement

Proposal:

Allow changing the default mime-type from application/octet-stream, so testing using python -m http.server doesn't automatically download files lacking extensions. Useful for testing with mitmproxy against a fake site copied from the real one.

python3 -m http.server -b 127.0.0.1 -c 'text/html'

Has this already been discussed elsewhere?

This is a minor feature, which does not need previous discussion elsewhere

Links to previous discussion of this feature:

No previous discussion. This feature should not affect any existing code using the main branch of cpython.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    stdlibPython modules in the Lib dirtype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions