© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Question about `HttpClientRequest.appendUrl(path)` Behavior vs. `new URL(path, base)` - Effect Community
EC
Effect Community
•
3mo ago
•
1 reply
danielo515
Question about `HttpClientRequest.appendUrl(path)` Behavior vs. `new URL(path, base)`
Shouldn
't
HttpClientRequest.appendUrl(path)
HttpClientRequest.appendUrl(path)
behave just like
new URL(path,base)
new URL(path,base)
does
? Currently it just does basic string concatenation
Effect Community
Join
Production-grade applications in TypeScript.
6,221
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Customizing Swagger Base URL Path for API Docs
EC
Effect Community / platform
2y ago
Setting a Base URL for the HTTP Client
EC
Effect Community / platform
4mo ago
Creating a Simple HttpClient with Base URL and Headers
EC
Effect Community / platform
4mo ago
Query about Extracting/Accessing/Validating URL Parameters
EC
Effect Community / platform
3y ago