Replies: 1 comment 3 replies
-
Good point. The client and server APIs were initially built at the same time, but over the years we (here in AWS SDK libraries) only found uses for the client code. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems like
aws_http_stream_get_incoming_request_uri
would be better named asaws_http_stream_get_incoming_request_path
since it's not actually returning anaws_uri
object, but just the request path as a byte cursor. I wondered initially if it was doing something fancy like building a full uri string (using incoming request scheme, host, etc.), but with a peek at the implementation, it seems to be just the path.Beta Was this translation helpful? Give feedback.
All reactions