Skip to content

Add HTTP service for Hello World - #28

Draft
pallaviraiturkar0 with Copilot wants to merge 2 commits into
mainfrom
copilot/add-hello-world-service
Draft

Add HTTP service for Hello World#28
pallaviraiturkar0 with Copilot wants to merge 2 commits into
mainfrom
copilot/add-hello-world-service

Conversation

Copilot AI commented Nov 19, 2025

Copy link
Copy Markdown

Implements a simple HTTP service that responds with "Hello World" to GET requests.

Changes

  • hello_world_service.py: HTTP server using Python's built-in http.server module

    • Responds with "Hello World" on all GET requests
    • Configurable port via CLI argument (default: 8000)
    • Graceful shutdown on SIGINT
  • README.md: Added usage documentation for running the service

Usage

# Start on default port 8000
python3 hello_world_service.py

# Start on custom port
python3 hello_world_service.py 3000

# Test
curl http://localhost:8000
# Returns: Hello World

View original Slack conversation


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: pallaviraiturkar0 <191165691+pallaviraiturkar0@users.noreply.github.com>
Copilot AI changed the title [WIP] Add hello world service Add HTTP service for Hello World Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants