LangChain Reference home page
Search...
⌘K
Ask AI
GitHub
Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
⌘I
LangChain Assistant
New
History
Ask a question to get started
Enter
to send
•
Shift+Enter
new line
Menu
Navigation
Projects
LangSmith Java
Overview
Client
Datasets
Examples
Runs
Sessions
Feedback
Repos (Prompts)
Annotation Queues
Errors
Pagination
Language
Python
JavaScript
Theme
Light
Dark
Java
langsmith
com
langchain
smith
core
http
HttpRequest
Class
v0.0.0 (latest)
●
Since v0.1
HttpRequest
Copy
public
class
HttpRequest
Properties
property
method
:
HttpMethod
,
property
baseUrl
:
String
,
property
pathSegments
:
List
<
String
>,
property
headers
:
Headers
,
property
queryParams
:
QueryParams
,
property
body
:
HttpRequestBody
?,
Methods
method
url
method
toBuilder
method
toString
method
builder
method
method
method
baseUrl
method
addPathSegment
method
addPathSegments
method
headers
method
headers
method
putHeader
method
putHeaders
method
putAllHeaders
method
putAllHeaders
method
replaceHeaders
method
replaceHeaders
method
replaceAllHeaders
method
replaceAllHeaders
method
removeHeaders
method
removeAllHeaders
method
queryParams
method
queryParams
method
putQueryParam
method
putQueryParams
method
putAllQueryParams
method
putAllQueryParams
method
replaceQueryParams
method
replaceQueryParams
method
replaceAllQueryParams
method
replaceAllQueryParams
method
removeQueryParams
method
removeAllQueryParams
method
body
method
build
View source on GitHub
Version History