← 返回首页
Replaced RequestMethod enums with HttpRequestMethod static strings. by Katsute · Pull Request #121 · Ktt-Development/simplehttpserver · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Replaced RequestMethod enums with HttpRequestMethod static strings.#121

Merged
Katsute merged 4 commits into
mainfrom
move-reqmethod@b0fd553
Nov 18, 2020
Merged

Replaced RequestMethod enums with HttpRequestMethod static strings.#121
Katsute merged 4 commits into
mainfrom
move-reqmethod@b0fd553

Conversation

Katsute commented Nov 18, 2020

Copy link
Copy Markdown
Member

Prerequisites

If all checks are not passed then the pull request will be closed.

  • My code follows the style listed in CONTRIBUTING.
  • I have checked that no other similar pull requests already exists.
  • Build compiles.
  • Build runs without exceptions.
  • I have added/modified documentation (if applicable).
  • I have added/modified test cases.

Changes Made

List changes made and/or relevant issues. Please keep changed in reverse chronological order (newest at top).

  • Removed RequestMethod
  • Added HttpRequestMethod with static strings for most commonly used.

single class packages don't make any sense.
This change is necessary as there is no fixed list of request methods.
Katsute added feature request Request a feature refactor Reorganized labels Nov 18, 2020
Katsute added this to the 4.3.0 milestone Nov 18, 2020
Katsute self-assigned this Nov 18, 2020
Katsute merged commit 361a4d9 into main Nov 18, 2020
Katsute deleted the move-reqmethod@b0fd553 branch November 18, 2020 02:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

feature request Request a feature refactor Reorganized

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Footer

© 2026 GitHub, Inc.